Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

What is the syntax for the 'requires' expression of a variadic template with contraints?

Can you return range based views from functions in c++2a?

c++ c++20

can a std::tuple be sorted at compilte-time/run-time depending on its values

Why can't a range be sorted in range-v3?

c++ c++20

Is there a reason why in C++20 std::vector operator == does not work for vectors with different allocators?

What is the difference between the three ways of applying constraints to a template?

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

Boost bimap fails to compile with gcc 10, c++20. Looking for temporary fix

c++ boost c++20 gcc10

Strange behavior with constexpr interacting with const references

c++ constexpr c++20

Is there any difference between a deduced template arg and auto arg?

Number of seconds between two dates including leap seconds

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

Inheriting from a template class using the inheriting class with C++20 concepts

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

Why is ranges::basic_istream_view::begin() not cached?

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

Why do we need auto after function concept arguments in C++20?

c++ templates c++20 auto

C++20 lambdas with non type template parameters

c++ templates lambda c++20

convenient Vector3f class

c++ c++20

Lambda functions with template parameters, not in function parameters

c++ templates lambda c++20

How do you reverse a strong_ordering?

Why does std::span lack cbegin and cend methods?

c++ iterator c++20 std-span

Difference between Ranges algorithms and std algorithms

c++ c++20

Why is std::common_iterator just std::forward_iterator?