Posts

C++26 Library: string and string_view Processing
C++26 offers many small improvements around strings and string_views.
First of all: What is…

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

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

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…

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…