We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad85ca commit 7698b3cCopy full SHA for 7698b3c
include/rapidjson/document.h
@@ -1967,7 +1967,7 @@ class GenericValue {
1967
case kArrayType:
1968
if (RAPIDJSON_UNLIKELY(!handler.StartArray()))
1969
return false;
1970
- for (const GenericValue* v = Begin(); v != End(); ++v)
+ for (ConstValueIterator v = Begin(); v != End(); ++v)
1971
if (RAPIDJSON_UNLIKELY(!v->Accept(handler)))
1972
1973
return handler.EndArray(data_.a.size);
0 commit comments