Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

How to use `static_assert(std::forward_iterator<my_iterator<...>>);`

constexpr unsigned int * unsigned long not evaluated as unsigned long?

Imaginary deduction guides

c++ language-lawyer c++20

Can any char be converted in bool using std::bit_cast?

At which point are default template arguments instantiated in C++?

A lambda with a capture fail to compile when used with std::semi_regular

c++ lambda c++20

Got an Error when using C++20 Polymorphism Lambda Function

Custom formatter failed to compile in clang and gcc, but succeeded in MSVC

c++ format c++20

Can constructor's member initializer include initialization of another member?

using namespace std causes boost pointer cast to trigger ADL in c++17 standard

Why do different compilers behave differently with these requires expressions?

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

std::atomic::notify_one could unblock multiple threads

c++ c++20 wait notify stdatomic

Why do C++20 concepts cause cyclic constraint errors while old-school SFINAE does not?

Is executing boost::asio::~strand<> on that same strand supported?

c++ boost c++20 boost-asio

How to use iota_view for custom IntLike types?

c++ c++20 std-ranges iota

What is a noop coroutine?