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 f78cab3 commit b02620cCopy full SHA for b02620c
libs/network/example/twitter/rapidjson/document.h
@@ -703,7 +703,7 @@ class GenericDocument : public GenericValue<Encoding, Allocator> {
703
GenericReader<Encoding> reader;
704
if (reader.Parse<parseFlags>(stream, *this)) {
705
RAPIDJSON_ASSERT(stack_.GetSize() == sizeof(ValueType)); // Got one and only one root object
706
- RawAssign(*stack_.template Pop<ValueType>(1));
+ this->RawAssign(*stack_.template Pop<ValueType>(1));
707
parseError_ = 0;
708
errorOffset_ = 0;
709
}
0 commit comments