Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

What's a proper way to export a global constant from a module?

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

How to get a reasonably well working generator class template in C++20?

c++ generator c++20

Range-v3 view composition and views calculation parallelization

Using cppcoro and ASIO's co_spawn together

How to say Hello World with C++20 coroutine?

Does std::(customization point) invoke the most appropriate overload?

How to use a C++ requires clause in a concept to require a member variable to satisfy a concept constraint?

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

How to define a concept of a object that is can be structured binding?

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

Compile-time debugging in C++

C++: How do I compose multiple concepts?

Why does C++20 std::condition_variable not support std::stop_token?

Does ranges::lower_bound have different requirements for the comparison than std::lower_bound?

c++ c++20

Why is there no overload for printing `std::byte`?

Why can't a prvalue of array type be converted to the same type using static_cast?

c++ language-lawyer c++20

Does constraint subsumption only apply to concepts?

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

Does GCC support C++20 std::format?

c++ gcc stl c++20

What trait / concept can guarantee memsetting an object is well defined?

Passing a C-style array to `span<T>`

c++ c++20

Why is the braced-init-list not supported in an aggregate deduction but brace elision is supported?

c++ language-lawyer c++20