Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

Is compiler allowed to call an immediate (consteval) function during runtime?

Range TS idioms and the mysterious auto &&

c++ c++20

When is a constexpr evaluated at compile time?

What advantages does C++20's std::source_location have over the pre-defined macros __FILE__, __LINE__ and __FUNCTION__?

c++ c++20

Using concepts in an unevaluated context gives inconsistent results

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