Scoped enums are not available until C++11. More...
Public Types | |
enum | Enum { None, Most, All } |
Decide whether to write comments. More... | |
Scoped enums are not available until C++11.
Definition at line 4790 of file jsoncpp.cpp.
Decide whether to write comments.
Enumerator | |
---|---|
None | Drop all comments. |
Most | Recover odd behavior of previous versions (not implemented yet). |
All | Keep all comments. |
Definition at line 4792 of file jsoncpp.cpp.