Merge pull request #375 from Dani-Hub/issue-374-remove-defaulted-ctor

Remove defaulted default constructor
This commit is contained in:
Christopher Dunn 2015-10-03 16:03:27 -05:00
commit 8b9940fd24

View File

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