File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 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,
870870
871871bool Reader::good () const { return errors_.empty (); }
872872
873- // exact copy of Features
873+ // Originally copied from the Features class (now deprecated), used internally
874+ // for features implementation.
874875class OurFeatures {
875876public:
876877 static OurFeatures all ();
@@ -885,15 +886,13 @@ class OurFeatures {
885886 size_t stackLimit_;
886887}; // OurFeatures
887888
888- // exact copy of Implementation of class Features
889- // ////////////////////////////////
890-
891889OurFeatures OurFeatures::all () { return {}; }
892890
893891// Implementation of class Reader
894892// ////////////////////////////////
895893
896- // exact copy of Reader, renamed to OurReader
894+ // Originally copied from the Reader class (now deprecated), used internally
895+ // for implementing JSON reading.
897896class OurReader {
898897public:
899898 typedef char Char;
You can’t perform that action at this time.
0 commit comments