File tree 1 file changed +1
-11
lines changed 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 {
889
889
class OurFeatures {
890
890
public:
891
891
static OurFeatures all ();
892
- OurFeatures ();
892
+ OurFeatures () = default ;
893
893
bool allowComments_;
894
894
bool strictRoot_;
895
895
bool allowDroppedNullPlaceholders_;
@@ -904,16 +904,6 @@ class OurFeatures {
904
904
// exact copy of Implementation of class Features
905
905
// ////////////////////////////////
906
906
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
-
917
907
OurFeatures OurFeatures::all () { return OurFeatures (); }
918
908
919
909
// Implementation of class Reader
You can’t perform that action at this time.
0 commit comments