We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0325ead commit 5674760Copy full SHA for 5674760
1 file changed
include/cpp-json/value.tcc
@@ -19,7 +19,7 @@ inline value::value(const std::nullptr_t &): type_(type_null) {
19
}
20
21
//------------------------------------------------------------------------------
22
-// Name: array
+// Name: value
23
24
inline value::value(value &&other) : type_(other.type_) {
25
0 commit comments