Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

llvm documentation example does not compile

c++ clang++ llvm-clang c++20

constexpr C++ error: destructor used before its definition

c++ c++20 constexpr

How to use output iterators without a container: Set intersection without storage

Does the standard require `operator->()` to be defined for past-the-end non-contiguous iterators?

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