Skip to content

Commit 67275fa

Browse files
author
minggo
committed
Merge pull request #1 from chengstory/v3_AddImplementToGenericValue
1. add implement to GenericValue(const GenericValue& rhs);
2 parents 4a7e750 + 959f02d commit 67275fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json/document.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class GenericValue {
5151

5252
//! Copy constructor is not permitted.
5353
private:
54-
GenericValue(const GenericValue& rhs);
54+
GenericValue(const GenericValue& rhs) {};
5555

5656
public:
5757

0 commit comments

Comments
 (0)