Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

What does std::make_unique_for_overwrite() do vis-a-vis std::make_unique()?

c++ smart-pointers c++20

How to use c++20 modules with GCC?

c++ c++20

Is there a reason why implementations allow instantiation of std::complex with unsupported types

What is std::jthread in c++20?

c++ multithreading c++20

How can I use C++20 std::format?

Why does the C++ standard handle file seeking the way it does?

Implementing operator<=> for optional<T>

Can a concept evaluation depend on where it is evaluated?

Will consteval allow using static_assert on function arguments?

Making python generator via c++20 coroutines

Continuous enum C++11

c++ c++11 c++14 c++17 c++20

Concept resolve to the unexpected function template when using std::make_signed_t

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

how std::u8string will be different from std::string?

c++ string unicode c++20

Why C++20 doesn't support out-of-order designated initializer?

What is a C++ module purview?

Will C++20 modules change the anatomy of static and shared libraries?

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

Using clang-format with c++20 concepts

[[no_unique_address]] and two member values of the same type

Calling a function template before and after a more constrained version is defined gives weird results

c++ language-lawyer c++20

What justifies the lvalue category of unevaluated non-static data members in C++?