NewsTips and Tricks

C++26 Reflection: What It Actually Changes for Large Codebases

Reflection landed in C++26 last year, GCC trunk and the Bloomberg-maintained Clang fork already implement most of it. Many conference talks is making it sound like it’s the most important thing to happen to the language in a generation. If you ship production C++ on MSVC, the more useful question is what reflection actually changes about the code you write, and when you’ll be able to…
Read more