a bug of inheritance ? #608
Labels
confirmed
kind: bug
state: stale
the issue has not been updated in a while and will be closed automatically soon unless it is updated
I did a test of inheriting from class nlohmann::json, and it's a little difference if I directly use nlohmann::json.
the result: {"o":["v"]}
the result: {"o":{"k":"v"}}
"k" is lost in inheritance condition
The text was updated successfully, but these errors were encountered: