File tree 1 file changed +4
-5
lines changed 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -870,7 +870,8 @@ bool Reader::pushError(const Value& value,
870
870
871
871
bool Reader::good () const { return errors_.empty (); }
872
872
873
- // exact copy of Features
873
+ // Originally copied from the Features class (now deprecated), used internally
874
+ // for features implementation.
874
875
class OurFeatures {
875
876
public:
876
877
static OurFeatures all ();
@@ -885,15 +886,13 @@ class OurFeatures {
885
886
size_t stackLimit_;
886
887
}; // OurFeatures
887
888
888
- // exact copy of Implementation of class Features
889
- // ////////////////////////////////
890
-
891
889
OurFeatures OurFeatures::all () { return {}; }
892
890
893
891
// Implementation of class Reader
894
892
// ////////////////////////////////
895
893
896
- // exact copy of Reader, renamed to OurReader
894
+ // Originally copied from the Reader class (now deprecated), used internally
895
+ // for implementing JSON reading.
897
896
class OurReader {
898
897
public:
899
898
typedef char Char;
You can’t perform that action at this time.
0 commit comments