Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

Can the address of a template parameter be used in instantiating another template?

Best way to pass compile-time list of values to function?

Why would I write custom allocators for STL containers when I could just overwrite new and delete?

lambda fold expression get index

Exporting global variables from clang c++20 modules

c++ clang c++20 c++-modules

What constructors must be defined to satisfy copy constructible concept for any-like class?

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