What's Changed
- Reflection, reflect on that :) Added C++26 reflection support. Should be stable but API may change a little before C++26 is released.
- ExecModes should no long be necessary on modern compilers that have builtins or support is_constant_evaluated or if consteval.
- Bug fixes
Full Changelog: v3.30.2...v3.31.0