Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

Why std::ranges::view_interface using CRTP

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

Is there a proposal for ? operator / null-conditional operator for C++?

c++ c++20

Why synchronized_value was not added to C++17/C++20?

Is it unsafe to co_yield a pointer to a local coroutine variable?

Can a function parameter be used as template argument?

Using a class inside the requires-clause for the method of this class

Is the lifetime of a local lambda as a completion handler for co_spawn i.e. a function with functor&& sufficent

Is this concept satisfaction a bug in GCC or did I invoke undefined behavior?

Passing a concept-constrained function overload

Confusion (or Clang bug?) about incomplete types in std::vector

How can you prevent a destructor call from being reordered above an atomic write by the compiler?

Using std::format with types that have operator<<

c++ c++20 fmt

Why sometimes local class cannot access constexpr variables defined in function scope

Why can logical constness only be added to a std::span of const pointers?

c++ c++20 std-span

What would be the C++20 concept for an iterable container?

Recursive template instantiation

c++ c++20

Why is calling the main function supposedly undefined behavior (UB)

c++ language-lawyer c++20

co_await custom awaiter in boost asio coroutine