Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

C++20 ranges too many | operators?

How to use c++20 modules with CMake?

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

What are customization point objects and how to use them?

c++ c++20

Is a lambda expression a legal default (non-type template) argument?

Do we have C++20 ranges library in GCC 9?

c++ gcc c++20

How to use C++20's likely/unlikely attribute in if-else statement

C++20 with u8, char8_t and std::string

c++ stdstring c++20

How are templates handled in C++ module system?

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

Why does same_as concept check type equality twice?

What exactly are C++ modules?

c++ c++20

What are the breaking changes caused by rewritten comparison operators?

More silent behaviour changes with C++20 three-way comparison

Portable branch prediction hints

Does C++20 remove the requirement for class members to be in ascending order?

What is the purpose of C++20 std::common_reference?

C++20 bit_cast vs reinterpret_cast

How do I check for C++20 support? What is the value of __cplusplus for C++20? [duplicate]

c++ macros c++20

Is C++20 'char8_t' the same as our old 'char'?

c++ c++14 c++20

Why does double negation change the value of C++ concept?

Why is unique_ptr not equality_comparable_with nullptr_t in C++20?