Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

understanding c++ move_constructible concept implementation

Why is the C++20 concept not compatible with "const auto&"?

Why is it possible to compare array members using operator<=>, but not freestanding arrays?

Nested call of consteval functions with a reference argument

Canot read char8_t from basic_stringstream<char8_t>

c++ gcc c++20 gcc9

clang says call to void consteval function is not a constant expression

MSVC Bug? Overloaded member not found for constrained function

Do C++ ranges support projections in views?

c++ c++20 std-ranges

C++20 Template Template Concept Syntax

Why is the concept in template template argument not verified?

Ambiguity in case of multiple inheritance and spaceship operator in C++20

Overloading static and non-static member function with constraint

Concept with multiple template arguments

Shifting a vector in C++20

c++ vector stl c++20

C++20 ranges and sorting

c++ sorting c++20 std-ranges

In C++20, is a macro considered "active" if it's #undef'd, then #define'd again?

c++ language-lawyer c++20

Why does this code using designated initializers in function parameters goes from ambiguous to not compiling when removing one function?

Structured binding violations

Undefined behaviour on std::prev for transform-view

Does designated initializer of sub-aggregate require curly braces?