Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

How to express std::setprecision in std::format?

c++ c++20 stdformat

How to use concepts in if statement

std::span<const T> as parameter in function template

c++ c++20

Compiler variance for trailing requires-clauses on non-templated functions

compiler failure in c++ 20 using the new semaphore library

c++ linux g++ c++20

What's the best way to express concept requirements for data members in a concept?

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

Why string constructor(s, pos) exception is "pos > s.size()" and not "pos >= s.size()"?

c++ c++20

C++20 ranges - How to store a composed ranges view in class member

c++ gcc c++20 std-ranges

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