mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-04-06 10:55:57 +02:00
Remove defaulted default constructor
This commit is contained in:
parent
49393ead06
commit
b96d90efbd
@ -889,7 +889,6 @@ bool Reader::good() const {
|
||||
class OurFeatures {
|
||||
public:
|
||||
static OurFeatures all();
|
||||
OurFeatures() = default;
|
||||
bool allowComments_;
|
||||
bool strictRoot_;
|
||||
bool allowDroppedNullPlaceholders_;
|
||||
|
Loading…
x
Reference in New Issue
Block a user