mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-28 20:15:24 +08:00
Merge pull request #375 from Dani-Hub/issue-374-remove-defaulted-ctor
Remove defaulted default constructor
This commit is contained in:
commit
8b9940fd24
@ -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