Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

Why does aggregate-initializing a non-type template parameter with a placeholder for a deduced class type fail to compile? [duplicate]

c++ gcc language-lawyer c++20

Detecting compile-time constantness of range size

can we use alloca() or variable length array extentions in c++20 coroutines?

C++ Modules Forward Declaring Entity from Another Module

How unused default member initializer can change program behavior in C++?

How can I specialize std::common_type<A,B> so that it's naturally commutative?

C++ find co_await awaitable result type

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

Is a function definition required to be instantiated when there is no need to check for narrowing?

Can you use constraints on derived classes in CRTP methods?

c++ c++20 crtp

Unable to use aligned `operator new` in a module with Clang

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

consteval function returning object with non-trivial constexpr destructor

c++ language-lawyer c++20

Unsequenced std::find, and std::any_of by value

How to implement a lazily evaluated function on two C++20 ranges?

C++20 explicitly defaulted equality operator

Does destroying delete still require destructor being accessible?

Can I make lambdas deduce the variant return type?

c++ lambda c++20 std-variant

Weird return value of C++20 requires expression

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