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

mark get_field_names() [[gnu::no_sanitize_undefined]] #17

Closed ecatmur closed 8 months ago

ecatmur commented 8 months ago

fixes #16

liuzicheng1987 commented 8 months ago

I have implemented the proposed fix, so I don't think the PR is necessary any longer.

I haven't used your PR, because it would have likely created a merge conflict. Sorry about that, but thank you for your contribution. It is very appreciated!