Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

How do I use concepts in if-constexpr?

Why is volatile deprecated in C++20?

c++ volatile c++20

How can the type of braces influence object lifetime in C++?

Portably detect __VA_OPT__ support?

c++ c-preprocessor c++20

Can I take the address of a function defined in standard library?

Which headers in the C++ standard library are guaranteed to include another header?

Constant integers and constant evaluation

c++ constexpr c++20

How do I use C++ modules in Clang?

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

Default template parameter & lambda in unevaluated context: bug or feature?

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?