mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-23 01:38:11 +08:00
@@ -1031,7 +1031,9 @@ private:
|
|||||||
|
|
||||||
OurReader::OurReader(OurFeatures const& features)
|
OurReader::OurReader(OurFeatures const& features)
|
||||||
: errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(),
|
: errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(),
|
||||||
lastValue_(), commentsBefore_(), features_(features), collectComments_() {
|
lastValue_(), commentsBefore_(),
|
||||||
|
stackDepth_(0),
|
||||||
|
features_(features), collectComments_() {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool OurReader::parse(const char* beginDoc,
|
bool OurReader::parse(const char* beginDoc,
|
||||||
|
Reference in New Issue
Block a user