We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a7e750 + 959f02d commit 67275faCopy full SHA for 67275fa
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