Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

std::source_location as non type template parameter

How c++ compiler matches "Class::operator=="?

c++ language-lawyer c++20

c++20 partial class specialization with concepts and variadic template args

Why is this virtual constexpr function not recognised as constant?

concept std::equality_comparable_with not working for user-defined equality operator

C++ spaceship-operator and user-defined types: comparing a subset of attributes only

c++ sorting c++20 equality

C++20 consteval functions and constexpr variables - are they guaranteed to be evaluated at compilation time?

Why can't we initialize a "constexpr variable" inside a Switch (below a non last SWITCH CASE)?

Why the standard defines borrowed_subrange_t as common_range?

c++ c++20 range-v3 std-ranges

C++ how to print words with views::split?

c++ c++20

How do I use std::constructible_from

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

Breaking c++ 20 module dependencies

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

How to enumerate each hours of a day

c++ c++20 c++-chrono

Is there a standard way to keep the result of a constexpr std::string function?

c++ c++20 constexpr

How to get an element of type list by index

Template member function containing decltype(lambda) default template parameter has divergent behaviour on different compilers

How can I create deduction guides for template aliases in C++20?

C++20 Module multiple-layer of inheritance

c++ c++20

Requires clause positioning in C++20 function templates

Currying in C++20 and (universal) references