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
821 stars 66 forks source link

Fix names of inherited members being prefixed with the base-class's n… #81

Closed hlewin closed 3 months ago

hlewin commented 3 months ago

This fixes https://github.com/getml/reflect-cpp/issues/13#issuecomment-2041485649