Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

Difference between GCC and CLANG about using-directive scope in C++ modules

C++ - Why does aggregate initialization not work with template struct

How can I overload a function for a concept?

std::chrono and missing (?) support for negative leap seconds

C++ Concepts: exactly how strictly are the coditions in a 'require' clause enforced?

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

C++ using declaration for parameter pack

Efficient type punning without undefined behavior [duplicate]

std::ranges::copy will not accept std::vector in visual studio

When is reinterpret_cast UB?

Is there a better way to generic print containers in C++20/C++23?

c++ c++20 c++23

Why std::latch if there is std::barrier?

c++ concurrency c++20

Can a concept satisfaction of an expression, contains both type and the reference?

c++ c++20

How do I create a Julian calendar that will interoperate with chrono?

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

Compiler is out of heap when compiling recursive consteval function

c++ gcc clang c++20 constexpr