Tweaks to the rapidjson stuff so it all plays nice, as well as minor additions to Filestream so it works with the rapidjson stuff.

This commit is contained in:
Areloch 2019-04-21 04:19:38 -05:00
parent ec3a2368f9
commit d2bae1c72b
4 changed files with 5 additions and 3 deletions

View file

@ -2391,7 +2391,7 @@ public:
ParseErrorCode GetParseError() const { return parseResult_.Code(); }
//! Get the position of last parsing error in input, 0 otherwise.
size_t GetErrorOffset() const { return parseResult_.Offset(); }
size_t GetErrorOffset() const { return parseResult_._Offset(); }
//! Implicit conversion to get the last parse result
#ifndef __clang // -Wdocumentation