List Question
20 TechQA 2024-03-30T16:33:03.603000Static data member of template class type: constexpr vs. const constinit
140 views
Asked by seanlego23
Clang fails with "function with deduced return type cannot be used before it is defined", while GCC works
102 views
Asked by LHLaurini
Allow std::expected to use a private constructor
332 views
Asked by k.st.
Why does std::views::take not yield a sized_range?
43 views
Asked by Ole
new initializer expression list treated as compound expression [-fpermissive]
30 views
Asked by Ludovic Aubert
converting utf8 to utf32
112 views
Asked by user11566470
Eclipse can not seem to understand newer features of C++
37 views
Asked by feeling_lonely
deducing this and std::bind
50 views
Asked by Keltek
How to to concat multiple ranges views
39 views
Asked by Ludovic Aubert
get the indices in a C++ mdspan from a reference by arithmetic
73 views
Asked by Ludovic Aubert
How can I write a beautiful inline recursive lambda in C++?
1.6k views
Asked by Junhui Zhu
What exactly is the difference between std::forward and std::forward_like?
94 views
Asked by Ralph Zhang
I am unable to construct a vector using a iterators over a view that uses take_while in its construction
115 views
Asked by SHIPWECK
Making a custom type behave like std::string
110 views
Asked by digito_evo
error: cannot convert 'std::optional<int>' to 'const int' in initialization
89 views
Asked by Ludovic Aubert
How do I plug a boost::random QRNG into a C++ standard distribution?
80 views
Asked by Quentin Parsons
Multiple references to abstract class in the same line
51 views
Asked by jan
How to write a C++23 constant_range factory a la iota, with by-value dereference operator
70 views
Asked by Drag-On
How to get random access container with std-ranges at compile time?
79 views
Asked by billbillybill