How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

C++26: constexpr virtual inheritance -- Sandor Dargo

calendar_today September 24, 2026 person Blog Staff domain cplusplus

C++26 continues the steady expansion of what constexpr can do, removing restrictions that once kept increasingly ordinary C++ features out of constant evaluation. One small but consequential change is P3533R2, which finally brings virtual inheritance into the constexpr world. C++26: constexpr virtual inheritance by Sandor Dargo From the article: constexpr has come a long way since its introduction in C++11.

open_in_new Read original post