Skip to content

Commit 8b9940f

Browse files
committed
Merge pull request open-source-parsers#375 from Dani-Hub/issue-374-remove-defaulted-ctor
Remove defaulted default constructor
2 parents 49393ea + b96d90e commit 8b9940f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib_json/json_reader.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,6 @@ bool Reader::good() const {
889889
class OurFeatures {
890890
public:
891891
static OurFeatures all();
892-
OurFeatures() = default;
893892
bool allowComments_;
894893
bool strictRoot_;
895894
bool allowDroppedNullPlaceholders_;

0 commit comments

Comments
 (0)