getml / reflect-cpp

A C++20 library for fast serialization, deserialization and validation using reflection. Supports JSON, BSON, CBOR, flexbuffers, msgpack, TOML, XML, YAML / msgpack.org[C++20]
https://getml.github.io/reflect-cpp/
MIT License
1.1k stars 95 forks source link

Make sure it compiles with fno-exceptions #71

Open liuzicheng1987 opened 7 months ago

whaleymar commented 2 weeks ago

I made a quick-and-dirty fork with all exceptions removed if anyone is interested: https://github.com/whaleymar/reflect-cpp