Search code examples
Can I use an std::ostream to print into a given buffer?...

c++c++11formattingostreamc++23

Read More
Is `auto(expr)` treated as cast at the beginning of the expression statement?...

c++language-lawyerc++23

Read More
How to overload the operator[] with multiple subscripts...

c++operator-overloadingc++23subscript-operator

Read More
Is auto(x); considered a declaration of a variable named x or an explicit type cast in C++23...

c++language-lawyerautoc++23

Read More
Does std::ranges::to allow converting to a std::map?...

c++std-rangesc++23

Read More
Why is there still no range-enabled reduction algorithm in std?...

c++rangestdc++23isocpp

Read More
Why is std::aligned_storage to be deprecated in C++23 and what to use instead?...

c++deprecatedmemory-alignmentc++23

Read More
What is the difference between the split_view and the lazy_split_view in C++?...

c++std-rangesc++23

Read More
How to make proxying const/ref/volatile qualification without duplication in C++?...

c++templatesc++23

Read More
In C++ is there a proposed type traits helper for "copying" reference category and cv-qual...

c++type-traitsc++23

Read More
Will friend injections be ill-formed?...

c++templateslanguage-lawyerfriendc++23

Read More
Why is C++23 stacktrace_entry different from source_location?...

c++stack-tracec++23

Read More
Why does the C++23 ranges adaptor require a callable object to be copy_­constructible?...

c++c++20std-rangesc++23

Read More
Why does C++23 std::move_only_function not have deduction guides?...

c++c++17std-functionc++23

Read More
Why does C++23 string::resize_and_overwrite invoke operation as an rvalue?...

c++stringc++23

Read More
How would C++ hardware destructive & constructive interference size work with the mandated decla...

c++c++17memory-layoutc++23

Read More
(c++23 implicit move) Returning the moved local storage variable as an rvalue ref with only parenthe...

c++move-semanticsrvalue-referencepass-by-rvalue-referencec++23

Read More
reflection TS - in C++23?...

c++c++23

Read More
Encoding agnostic parsing with c++2b...

c++character-encodingtext-parsingbyte-order-markc++23

Read More
What is the meaning of default_constructible range adaptors in C++23?...

c++std-rangesc++23

Read More
What is if consteval needed for?...

c++constexprconstevalc++23

Read More
How will std::spanstream usually be used in C++?...

c++strstreamc++23

Read More
What is the meaning of Note 1 in the C++ class member name lookup rules?...

c++language-lawyerc++23

Read More
Do we need metaclasses to do this, or is reflection enough?...

c++metaclassreificationc++23static-reflection

Read More
Does that the current draft permit to form an overload set that consists of two non-static member de...

c++overloadinglanguage-lawyerc++23

Read More
C++23 - What are the benefits of the stacktrace_entry class?...

c++c++23

Read More
The validity of lambda expression with omitted parameter list in C++23...

c++lambdalanguage-lawyerc++23

Read More
What's the time complexity of std::string::contains in C++23?...

c++c++23

Read More
C++ static reflection TS: would it support assign/call by name?...

c++reflectionc++23

Read More
BackNext