Search code examples
Why are explicitly defaulted comparison operators deleted when the class contains a reference member...

c++c++20spaceship-operator

Read More
What is a niebloid?...

c++c++20

Read More
Using external stop control in std::jthread to avoid duplication...

c++c++20stdthread

Read More
std::ranges::sort not working with non-default operator<=>?...

c++sortinglanguage-lawyerc++20std-ranges

Read More
Convert time_point -> Rep and back again (Rep -> time_point)...

datepickerc++20winui-3c++-chrono

Read More
Why [[no_unique_address]] attribute doesn't work in some cases?...

c++c++20

Read More
Does direct initialization of class type consider user defined conversion function?...

c++language-lawyerc++20

Read More
Expected behaviour when expanding a template parameter pack into an inner template declaration...

c++language-lawyerc++20variadic-templatesc++-concepts

Read More
How to forward-declare a class to use a pointer to an object of a class type is that is declared and...

c++c++20c++-modules

Read More
No concept subsumption with template parameter pack?...

c++language-lawyerc++20c++-conceptsparameter-pack

Read More
Can I run N boost::asio::awaitable co-routines (or a vector of co-routines) in parallel and tack on ...

c++c++20boost-asioboost-coroutinedeadline-timer

Read More
How do I output to a file via Ranges from C++...

c++arraysc++20ostreamstd-ranges

Read More
"increment" `std::variant` alternative...

c++c++20std-variant

Read More
Get a compile-time index to a std::variant when visiting it?...

c++c++20template-meta-programmingvariantstd-variant

Read More
std::integer_sequence in a lambda before C++20...

c++c++17c++20template-meta-programming

Read More
Structured binding declaration cannot be `constinit`...

c++language-lawyerc++20structured-bindingsconstinit

Read More
What is the idiomatic way to have a member function of a template class with a declaration valid onl...

c++c++20c++-conceptsc++23requires-clause

Read More
How to implement constexpr string_view multiplication with a number...

c++c++20constexprfmtstring-view

Read More
How to express a constraint in terms of another concept...

c++c++20c++-concepts

Read More
The function that has not been called still reports an error in the link stage,...

c++c++20

Read More
Which operators implictly define / generate other operators in C++?...

c++operator-overloadingc++20

Read More
What is the <=> ("spaceship", three-way comparison) operator in C++?...

c++operatorsc++20spaceship-operator

Read More
In C++20, are non-reference tuple elements guaranteed to be nested within the tuple?...

c++memory-managementc++20stdtuple

Read More
Which approach is cheaper when iterating through a vector to sort it based on a list of strings?...

c++c++20

Read More
Boost asio using concrete executor type with c++20 coroutines causes compilation errors...

c++c++20boost-asioasio

Read More
Can't use iostream as module in C++20 (Visual Studio)...

c++c++20

Read More
C++20 contains and get value VS find...

c++findc++20contains

Read More
What is the significance of 'strongly happens before' compared to '(simply) happens befo...

c++multithreadingconcurrencylanguage-lawyerc++20

Read More
Does implicit lifetime object creation apply before C++20?...

c++objectc++17language-lawyerc++20

Read More
Implicit creation of objects in C++20, understanding the type punning example of the proposal...

c++c++20

Read More
BackNext