mirror of
https://github.com/nlohmann/json.git
synced 2025-07-31 10:24:23 +03:00
Allow disabling default enum conversions (#3536)
This commit is contained in:
@ -456,3 +456,7 @@
|
||||
#ifndef JSON_USE_LEGACY_DISCARDED_VALUE_COMPARISON
|
||||
#define JSON_USE_LEGACY_DISCARDED_VALUE_COMPARISON 0
|
||||
#endif
|
||||
|
||||
#ifndef JSON_DISABLE_ENUM_SERIALIZATION
|
||||
#define JSON_DISABLE_ENUM_SERIALIZATION 0
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user