Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

Projecting on a std::map with std::ranges::min

c++ c++20 std-ranges

Is there a move-or-copy equivalent of std::forward for perfect forwarding in std::ranges?

Convert time_point to string using std::format with format that includes date, time and subseconds

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

requires expression gives compilation error instead of false for std::unique_ptr<void> in C++20

Can I co_await an operation executed by one io_context in a coroutine executed by another in Asio?

c++ boost boost-asio c++20 asio

Reversal of primary comparison operators (==, <=>) in C++20

c++ language-lawyer c++20

Trivially copyable class - what has changed in C++20?

Is using enum class for flags undefined behavior?

std::filesystem::file_time_type from time_t - how?

c++ c++17 c++20

Is the use of platform-provided synchronous operations a kind of UB?

Release build fails to start due to missing ucrtbased.dll

How to ensure order of template parameter pack with static_assert?

Implicit conversion in concepts

c++ c++20

Check for the existence of a template function in c++

c++ templates c++20 sfinae