Posts

TimelineCpp20Libraries

C++20: The Library

/
My last post "C++20: The Core Language" presented the new features of the C++20 core language. Today,…
TimelineCpp20Core

C++ 20: The Core Language

/
My last post C++20: The Big Four started with an overview of concepts, ranges, coroutines, and modules.…
timeline

C++17 – Avoid Copying with std::string_view

/
The purpose of std::string_view is to avoid copying data already owned by someone else and of which only…
timeline

C++17 – What’s New in the Library?

/
What's new in the library? A lot. To make the long story short. We get a std::string_view, parallel algorithm…