Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

Why isn't this class specialization using a concept accepted?

Why is `std::is_constant_evaluated()` false for this constant-initialized variable?

c++ language-lawyer c++20

recursive application of C++20 range adaptor causes a compile time infinite loop

c++ stl c++20 std-ranges

What's so controversial about AFTs (Abbreviated Function Templates)?

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

Does Visual Studio 2019 v16.3.9 fully support C++20?

In a nested requirement, why use `requires bool_constant<X>::value;` instead of `requires X;`?

c++ c++20

Template argument deduction for parenthesized initialization of aggregates in C++

Using template parameter in a generic lambda

c++ lambda c++14 c++20

Why does `ranges::view::for_each` require the functor must return a model of the `InputRange` concept?

How will C++20 constexpr containers work?

How to implement the generalized form of std::same_as (i.e. for more than two type parameters) that is agnostic to parameter order?

How to use clang-10 or gcc-10 when building via Github Actions?

c++ github-actions c++20

Slice view for C++20 ranges

c++ stl slice c++20

Why is std::span a pointer + size and not two iterators

c++ c++20 std-span

Invoking `constexpr` member function through reference - clang vs gcc

What are the differences between libfmt and std::format?

c++ c++20 fmt

Why does the C++20 range library have its own namespace?

c++ c++20 std-ranges

Detect compile-time literals and constants

Hashing types at compile-time in C++17/C++2a