Loki-Astari / ThorsMongo

C++ MongoDB API and BSON/JSON Serialization library
GNU General Public License v3.0
316 stars 72 forks source link

Magic Enum should be optional #92

Open Loki-Astari opened 3 weeks ago

Loki-Astari commented 3 weeks ago

Magic Enum makes it easy to serialize enum values with zero code. But adds a dependency to the projet.

You can get away without using Magic Enum if you use the macro ThorsAnvil_MakeEnum() to make sure enum can be serialized.