File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -889,7 +889,7 @@ bool Reader::good() const {
889889class OurFeatures {
890890public:
891891 static OurFeatures all ();
892- OurFeatures ();
892+ OurFeatures () = default ;
893893 bool allowComments_;
894894 bool strictRoot_;
895895 bool allowDroppedNullPlaceholders_;
@@ -904,16 +904,6 @@ class OurFeatures {
904904// exact copy of Implementation of class Features
905905// ////////////////////////////////
906906
907- OurFeatures::OurFeatures ()
908- : allowComments_(true ), strictRoot_(false )
909- , allowDroppedNullPlaceholders_(false ), allowNumericKeys_(false )
910- , allowSingleQuotes_(false )
911- , failIfExtra_(false )
912- , allowSpecialFloats_(false )
913- , stackLimit_(1000 )
914- {
915- }
916-
917907OurFeatures OurFeatures::all () { return OurFeatures (); }
918908
919909// Implementation of class Reader
You can’t perform that action at this time.
0 commit comments