Search code examples
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
Using range-based for loops and range adaptors with non-copyable input iterators...


c++c++20std-ranges

Read More
coroutine_handle::done always returns false...


c++c++20coroutine

Read More
class template argument deduction when non-type template parameter are used...


c++c++20

Read More
What is the correct way to implement a custom std::formatter in C++20?...


c++c++20stdformat

Read More
(Reverse) forwarding consteval-ness of constructor with perfect forwarding...


c++templatesc++20consteval

Read More
How do you import one C++20 module into another C++ Module when using clang++?...


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

Read More
Discrepancy with decltype on static member-function...


c++language-lawyerc++20

Read More
Trouble with nested requirements in case of c++ concepts...


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

Read More
When does a type become complete?...


c++language-lawyerc++20

Read More
C++ template function recursive...


c++templatesrecursionc++20

Read More
BackNext