Trip report: June 2026 ISO C++ standards meeting (Brno, Czechia) -- Herb Sutter (opens in new tab)
Hot off the press from the latest ISO C++ meeting: by Herb Sutter From the article: tl;dr… A few highlights Adopted this week in draft C++29: Complete catalog of all undefined behavior (UB) in C++. Contract pre/post support for virtual functions. Defaulting (=default) for postfix increment/decrement. Designated initializers for base classes. Python-style .lookup(key) for associative containers. And more… Other significant progress: Progress on various features targeting C++29, including syste...
Read the original article