Trip report: Autumn ISO C++ standards meeting (Kona, HI, USA) -- Herb Sutter
A report out from this week's ISO C++ standards committee meeting, which just ended:
Trip report: Autumn ISO C++ standards meeting (Kona, HI, USA)
by Herb Sutter
From the article:
This time, the committee adopted the next set of features for C++26. It also made significant progress on other features that are now expected to be complete in time for C++26 — including contracts and reflection.

Learn how the overload pattern works for
A new episode of the series about SObjectizer and message passing:
The time has come, fellow devs. We are on our way to uncover the newest concept of C++ language – Coroutines.
In this article, we delve into the equivalent helper functions for C# and JavaScript, which are simpler due to the inherent behavior of references in these languages, eliminating the need for explicit shared pointer conversions.
A code design pattern I’ve used a lot in recent times is the “optional-based polymorphism” that looks like a delegation to another type that might not be available. It might be an implementation of the FCoI-principle (Favour Composition over Inheritance).
A new episode of the series about SObjectizer and message passing: