Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

Should warnings about missing typename supressed in c++20?

c++ c++20 compiler-warnings

Why there is no std::numbers::sqrtpi_v?

explicit specialization with concepts

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

Is the ordering of std::recursive_directory_iterator specified?

c++ c++17 c++20 std-filesystem

What is the idiomatic way to create a U to V mapper function template in C++?

What would the downsides be of using [[no_unique_address]] all over the place?

Why does bit cast require both types to be trivially-copyable?

Why is designated initialization accepted by gcc with no effect, and generated aggregate is somehow passed as arguments to class constructor

Correct use of std::variant and std::visit when functor requires multiple arguments

c++ c++20 variant

function with deduced return type cannot be used before it is defined

c++ language-lawyer c++20

Is template metaprogramming fully able to be substituted in C++20?

Are view iterators valid beyond the lifetime of the view?

Does C++20 require of the implementations the use of IANA Time Zone Database?

Problem with std::index_sequence_for as default argument?

c++ c++20

error: 'sort' is not a member of 'std::ranges'; did you mean 'std::sort'?

c++ c++20 std-ranges g++10

Will the standard library of C++ contains networking, string algorithms,... in future?

c++ c++17 c++20

Why std::chrono::day stored value is unspecified if d > 255

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

Function concept return type (must be bool)

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