Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

C++20 contracts and unused variables

c++ language-lawyer c++20

How to test C++ modules with godbolt (compiler explorer)?

Do C++ Concepts allow for my class at declaration/definition to specify it satisfies certain concept?

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

placement new on a class with reference field

Why do std::ranges algorithms lack parallel overloads (taking an execution policy parameter)?

Why does a CopyConstructible type also have to be MoveConstructible?

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

How is shift_right() intended to be implemented in C++20?

Different SFINAE behavior of `std::tuple_size_v` on different compilers

c++ language-lawyer c++20

C++2a contract programming and compilers

c++ gcc clang contract c++20

Are requires expressions allowed to "capture" variables of the enclosing scope?

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

How you create your own views that interact with existing views with operator |?

Compile-time C++ function to check whether all template argument types are unique

Why was std::ranges::less introduced?

c++ c++20 std-ranges

In ranges-v3, how do I create a range from a pair of iterators?

c++ c++20 range-v3

Unspecified Implicit Object Creation

c++ language-lawyer c++20

How to properly use concepts?

Lambda closure type constructors

c++ c++11 lambda c++20

How will I pass ranges instead of iterator-pairs in C++20?

c++ range c++20

Constructor interferes with member variable designated initializer?

Should C++20 std::ranges::sort not need to support std::vector<bool>?

c++ stdvector c++20 std-ranges