jsoncpp/src
Andrey Okoshkin 9b569c8ce3 Make Value copy constructor simplier
Helper private methods Value::dupPayload() and Value::dupMeta() are added.
Value copy constructor doesn't attempt to delete its data first.
* Value::dupPayload() duplicates a payload.
* Value::dupMeta() duplicates comments and an offset position with a limit.
2018-01-12 15:59:20 +03:00
..
jsontestrunner MSVC warning fixes in tests 2017-11-10 11:00:40 +01:00
lib_json Make Value copy constructor simplier 2018-01-12 15:59:20 +03:00
test_lib_json Add basic test for Value::copy() (#704) 2018-01-12 14:36:01 +03:00
CMakeLists.txt Clean up cmake END* 2015-08-14 14:31:08 -07:00