Remove defaulted default constructor
authordrgler <daniel.kruegler@gmail.com>
Sat, 3 Oct 2015 17:40:23 +0000 (19:40 +0200)
committerdrgler <daniel.kruegler@gmail.com>
Sat, 3 Oct 2015 17:40:23 +0000 (19:40 +0200)
src/lib_json/json_reader.cpp

index c98b000..3689471 100644 (file)
@@ -889,7 +889,6 @@ bool Reader::good() const {
 class OurFeatures {
 public:
   static OurFeatures all();
-  OurFeatures() = default;
   bool allowComments_;
   bool strictRoot_;
   bool allowDroppedNullPlaceholders_;