Skip to content

Commit b96d90e

Browse files
committed
Remove defaulted default constructor
1 parent 49393ea commit b96d90e

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)