Skip to content

Commit

Permalink
Merge pull request #375 from Dani-Hub/issue-374-remove-defaulted-ctor
Browse files Browse the repository at this point in the history
Remove defaulted default constructor
  • Loading branch information
cdunn2001 committed Oct 3, 2015
2 parents 49393ea + b96d90e commit 8b9940f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib_json/json_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,6 @@ bool Reader::good() const {
class OurFeatures {
public:
static OurFeatures all();
OurFeatures() = default;
bool allowComments_;
bool strictRoot_;
bool allowDroppedNullPlaceholders_;
Expand Down

0 comments on commit 8b9940f

Please sign in to comment.