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
783 stars 63 forks source link

Feature/compatibilities gcc14 clang14 vcpkg #124

Closed Urfoex closed 1 week ago

Urfoex commented 1 week ago

Compatibility GCC14:

Compatibility clang14:

Compatibility vcpkg (https://github.com/microsoft/vcpkg/pull/38899):

liuzicheng1987 commented 1 week ago

@Urfoex , great work!

Just one minor question: Why did you remove the OR REFLECTCPP_BUILD_BENCHMARKS in the CMake?