Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

Non-literal types and constant expressions

How to distribute C++20 modules?

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

C++ 20: std::array as non-type template argument reshuffles elements

c++ templates g++ c++20

clang-tidy emits warning when compiling with c++20 enabled

c++ c++20 clang-tidy

C++ Modules, the Standard Library, Third-Party Libraries, and the One Definition Rule

C++ Exception not caught on clang 17.0.3

c++ macos exception clang c++20

can ranges split be used with a predicate?

c++ split c++20 std-ranges

How to concisely express the C++20 concept of range containing T-typed values?

c++ c++20

When can a std::initializer_list be constexpr?

C++20 compile time retrieve size of a vector

c++ memory c++20 stdvector

Unable to update std::variant in consteval context

Use of template keyword before dependent template name

In GCC, inside a lambda, I can get constexpr variable from a non-constexpr template lambda, but not in Visual C++

Division with remainder with positive remainder

c++ c++20 modulo

Constraint does not disambiguate function in base class from function in derived class, in clang 18/gcc trunk

Should I repeat concept constraints when using another constrained template?

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

template parameter incompatible with declaration

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

Cannot convert rvalue std::array to std::span

c++ stl std c++20