Fixes:
- Properly erroring for invalid Enum keys
New Features:
- Added
custom_readandcustom_writeflag support toglz::meta, which can solve ambiguous partial template specialization (see custom-serialization.md) - Added
error_on_const_readcompile time option toglz::opts, which will produce errors if an attempt is made to read into a const value (the default behavior is still to skip the value)
Internal Improvements:
- Using
.eraserather than.resizewhere appropriate when reducing lengths of array like types