Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

Will consteval allow using static_assert on function arguments?

Making python generator via c++20 coroutines

Continuous enum C++11

c++ c++11 c++14 c++17 c++20

Concept resolve to the unexpected function template when using std::make_signed_t

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

how std::u8string will be different from std::string?

c++ string unicode c++20

Why C++20 doesn't support out-of-order designated initializer?

What is a C++ module purview?

Will C++20 modules change the anatomy of static and shared libraries?

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

Using clang-format with c++20 concepts

[[no_unique_address]] and two member values of the same type

Calling a function template before and after a more constrained version is defined gives weird results

c++ language-lawyer c++20

What justifies the lvalue category of unevaluated non-static data members in C++?

Lambda pack capture with ellipsis on both sides - what is the meaning?

Do the Range TS and C++20 concepts for iterators require the ability to use `operator->`?

c++ c++20

How does the erase-remove idiom work with ranges/constrained algorithms?

c++ c++20 std-ranges

How much memory must be reserved for a C++20 coroutine frame?

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

Comparing polymorphic types in c++20

Why can't concept refinement use the terse syntax

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

Three-way comparison operator with inconsistent ordering deduction

Why does std::span overload the function call operator for indexing?

c++ c++20