Skip to content

2.3.1

Compare
Choose a tag to compare
@stephenberry stephenberry released this 20 Mar 23:25
· 905 commits to main since this release

New std::expected Support

The expected value will be directly written/read as JSON. The unexpected value will be written/read as an object with the key "unexpected".

Example of a string error from an expected (e.g. std::expected<MyStruct, std::string>):

{"unexpected":"my error"}

Improvements

Fixes

Full Changelog: v2.3.0...v2.3.1