We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3976f17 commit 7f439f4Copy full SHA for 7f439f4
1 file changed
include/json/value.h
@@ -255,7 +255,8 @@ Json::Value obj_value(Json::objectValue); // {}
255
Value(const Value& other);
256
~Value();
257
258
- // Deep copy, then swap(other).
+ /// Deep copy, then swap(other).
259
+ /// \note Over-write existing comments. To preserve comments, use #swapPayload().
260
Value& operator=(Value other);
261
/// Swap everything.
262
void swap(Value& other);
0 commit comments