Remove defaulted default constructor

This commit is contained in:
drgler 2015-10-03 19:40:23 +02:00
parent 49393ead06
commit b96d90efbd

View File

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