v2.9.3
Continuing to improve compilation and runtime performance.
Fixes
Fixed an issue where .comments = true
option would break write compilation for reflected structs
- Guarding against comments option when not a glaze object in #1124
Improvements
- Less forced inlining and faster visiting by @stephenberry in #1112
- to_json_schema nullable_t throws instead of segfault by @jbbjarnason in #1116
- to_tuple registry guard for glz::repe::registry in #1111
- GLZ_ENUM - faster enum reflection compilation by @stephenberry in #1119
- Fixed remove_cvref_t location in #1120
Full Changelog: v2.9.2...v2.9.3