Skip to content

Commit 959f02d

Browse files
author
zhangcheng
committed
1. add implement to GenericValue(const GenericValue& rhs);
1 parent 4a7e750 commit 959f02d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)