Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

How to declare static constexpr variable in C++?

Is it possible / advisable to return a range?

c++ c++20 range-v3

How can I avoid using #define macros in C++ in a case where I have to concatenate two const char* variables?

Spaceship operator with pimpl idiom

Why does the vc++ 2019 not accept the code?

Counting the number of present values in array of optionals with std::ranges

gcc -std=c++20 compiler flag -Wrestrict not understood. Is the warning justified?

c++ optimization c++20

Iterate over equal ranges of range with C++20

c++ c++20 std-ranges

Is the load part of a read-modify-write operation of atomic object guaranteed to read the last value in modification order compared to load operation?

Can std::thread/jthread exit without executing passed function?

What happens when a coroutine returns to a suspended coroutine?

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

What is the clear definition of customization point?

c++ c++20 terminology std

How to drop the last element using c++20 ranges

c++ c++20 std-ranges c++23

Initialization of std::atomic before and after C++20

c++ c++17 atomic c++20

Using declaration compiles in gcc and msvc but rejected in clang

c++ language-lawyer c++20

Why does the random access property of iota_view depend on the element type? And how to write a Foo such that iota(Foo{1}, Foo{10}) is random-access?

c++ c++20 std-ranges range-v3

How can I compare system_clock::now() to a local time in c++20?

c++ datetime c++20