You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my first expression is enum class conversion is not supported, but after an time consuming investigation, it is possible without any change, but official document does not provide example.
A line like "NLOHMANN_JSON_SERIALIZE_ENUM() also works for scoped enum class (C++11)" can assure new users, it works for C++11, if not, it is user's fault. Because, in multiple files project, namespace,etc make it not evident how it should setup. and template programming is hard to spot error.
my first expression is enum class conversion is not supported, but after an time consuming investigation, it is possible without any change, but official document does not provide example.
Here is mime
https://gist.github.com/qingfengxia/92f5fa843ac6bbc951135a32172bfcff
tested with C++17, but should works for C++14/11
also, thank you for this great lib
Qingfeng
The text was updated successfully, but these errors were encountered: