4 ms·
I always like these new comile time features getting into the C++ spec. I'm actually looking forward to the related reflection features that I think are curren
by veilrap 1y ago
I always like these new comile time features getting into the C++ spec.
I'm actually looking forward to the related reflection features that I think are currently in scope for C++26. I've run into a number of places where the combination of reflection and constexpr could be really valuable... the current workarounds often involving macros, runtime tricks, or both.
- steveklabnik 1y ago> I'm actually looking forward to the related reflection features that I think are currently in scope for C++26. The core of reflection should be in C++26, yes. In my understanding, there's more to do after that as well. We'll see when the final meeting is done.