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
901 stars 76 forks source link

Minimal fix to #41 #44

Closed GregTheMadMonk closed 8 months ago

GregTheMadMonk commented 8 months ago

Fixes the build errors that have appeared in #41 and them only.

liuzicheng1987 commented 8 months ago

Thanks for the issue and for the fix!