mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-29 04:33:35 +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 {
|
class OurFeatures {
|
||||||
public:
|
public:
|
||||||
static OurFeatures all();
|
static OurFeatures all();
|
||||||
OurFeatures() = default;
|
|
||||||
bool allowComments_;
|
bool allowComments_;
|
||||||
bool strictRoot_;
|
bool strictRoot_;
|
||||||
bool allowDroppedNullPlaceholders_;
|
bool allowDroppedNullPlaceholders_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user