Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

Can you zip with the new ranges library?

c++ c++20 std-ranges

if constexpr - why is discarded statement fully checked?

c++ c++20 if-constexpr

P1236R1 : Why is the c++ standard trying to move away from the word "bit" when defining integers?

c++ language-lawyer c++20

gcc and clang disagree on whether expression is constant evaluated

How to define a recursive concept?

How can I combine several return type requirements of C++20 constraints into one return type requirement?

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

C++20 constexpr vector and string not working

C++20 concept syntax - what does the requires parameter variables mean?

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

Why aren't ranges' algorithms compatible with std's iterators?

C++20 coroutines: implementing an awaitable future

Requires clause with pure abstract class type parameter?

Is it necessary to call destroy on a std::coroutine_handle?

c++ c++20 coroutine

What is the difference between `std::default_initializable` and `std::is_default_constructible`?

c++ c++20

Is std::chrono::years storage really at least 17 bit?

c++ chrono c++20 libc++

Can C++ struct static member variables shadow non type template parameters?

Is it valid to create closure (lambda) objects using `std::bit_cast` in C++20?

Why isn't std::swap marked constexpr before C++20?

c++ c++11 constexpr c++20

Can spaceship operator be used in fold expressions?

using constexpr to return pointer

c++ c++20 constexpr

Function is not usable as a 'constexpr' function

c++ c++20