We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e1839c + 67275fa commit 6106187Copy full SHA for 6106187
1 file changed
json/document.h
@@ -51,7 +51,7 @@ class GenericValue {
51
52
//! Copy constructor is not permitted.
53
private:
54
- GenericValue(const GenericValue& rhs);
+ GenericValue(const GenericValue& rhs) {};
55
56
public:
57
0 commit comments