Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

When do temporaries passed to coroutines get destroyed?

c++ c++20 c++-coroutine

Overloaded function templates that differ only in their return types in C++

Implicitly capture const variable in a template lambda with no capture-default specified

Legitimate appearances of <=> in pre-c++20 code

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