Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Is std::move required to move using co_yield?

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

Why does std::basic_string_view have two equality comparison operators?

c++ c++20

Returning std::vector from an immediate function

Why unspecified lambda return types don't always work?

Printing a std::map using a std::range::copy and an adaptor

Negating a concept (C++20)

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