Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

What's the difference between a coroutine and a function with static variables?

c++ c++20 coroutine

Hide empty base class for aggregate initialization

How do I detect if anything but an integer is passed to my class constructor?

c++ oop int c++20 numeric-limits

std::format of user-defined types?

c++ c++20 fmt

Are types allowed to be specified for return-type-requirement in a requires expression?

c++ language-lawyer c++20

Lambda lifetime explanation for C++20 coroutines

c++ c++20 folly c++-coroutine

Difference between std::decay and std::remove_reference

c++ c++11 templates c++20

How to add members to concept-specialized classes with non-inline definition

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

Are floating point operations resulting in infinity undefined behavior for IEC 559/IEEE 754 floating-point types

Automatic template deduction C++20 with aggregate type

How to use template explicit instantiation with C++20 modules?

How to safely convert const char* to const char8_t* in C++20?

c++ unicode utf-8 c++20

Inheriting a templated conversion operator

CTAD and designated initializers in C++20

Requires-clause appears after template template parameter: is this legal grammar?

Is comparing addresses of dynamically allocated objects allowed in C++20 constant expression?

Does virtual `operator <=>` with default implementation make one more virtual method in C++20?