We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed72d6 commit 456424eCopy full SHA for 456424e
include/json/value.h
@@ -213,7 +213,7 @@ class JSON_API Value {
213
CZString(char const* str, unsigned length, DuplicationPolicy allocate);
214
CZString(CZString const& other);
215
~CZString();
216
- CZString& operator=(CZString other);
+ CZString& operator=(CZString& other);
217
bool operator<(CZString const& other) const;
218
bool operator==(CZString const& other) const;
219
ArrayIndex index() const;
0 commit comments