Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

Converting a pointer value that is returned from a malloc operation that creates an array object to the element type results in UB?

c++ language-lawyer c++20

Change clang default c++-version (mode)

c++ macos clang c++20

C++20 set for intellisense in vscode but __cplusplus does not

How can a sprintf-like function in C++20/23 verify that the number of format specifiers matches the number of provided arguments at compile time?

`using` inside a namespace in C++ module is not limited to the namespace

c++ c++20 c++-modules

Can a class be indestructible (have no destructor)?

c++ language-lawyer c++20

How to safely clock_cast days?

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

Whose responsibility is it to destroy a C++20 coroutine that throws from its initial suspend?

Why template function which is constrained to work with integrals, is working fine with char as well? [duplicate]

MSVC SAL vs. C++2a Contract

c++ c++20 sal

How to detect a template function should impose a more strict concept

Does memcpy preserve a trivial object's validity?

c++ c++20

C++20 std::vector comparison weird behaviour

Restrict C++ Template argument to be inside a namespace

c++ templates c++20

Getting unexpected result when combining [[no_unique_address]] with empty base class inheritance

c++ c++20

C++20 modules: are path-relative imports a thing?

c++ c++20