Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

std::type_identity to support several variadic argument lists

Does using a range with unreachable_sentinel lead to undefined behaviour?

Specifying the template parameter for lambda in C++20 [duplicate]

Constraining values of non-type template parameters [duplicate]

How to use modules in c++ 20 using g++?

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

Define a static constexpr member of same type of a template class

Why do `std::ranges::size` require a non-const method when using ADL?

resize std::string without initializing memory

c++ c++20 stdstring

c++ constexpr typed as nested class

c++ c++20 constexpr clang++

Is there a way to determine if a range is constructed correctly?

c++ boost c++20 std-ranges

std::pair initialization of non-trivial classes with only one initializer list argument

Can you dereference a temporary array?

Ill-formed constraint expression

c++ language-lawyer c++20

Why explicitly capturing constexpr variable doesn't work while not capturing it works

How to import C assert in cpp20 experimental

How to constrain my template to only accept lambda with specific input & output type?

What is the C++20 ""_a= doing?

c++ c++20

Conditionally import a module on C++20

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

How can I compile anything succesfully with g++, modules enabled?

c++ gcc g++ c++20 c++-modules