mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-08-29 14:50:52 +00:00
fix defaulted default constructor
This commit is contained in:
parent
5aacc92a14
commit
7640eca894
82 changed files with 139 additions and 120 deletions
|
@ -22,7 +22,7 @@ namespace sprout {
|
|||
Iterator current_;
|
||||
Attribute attr_;
|
||||
public:
|
||||
parser_result() = default;
|
||||
SPROUT_CONSTEXPR parser_result() SPROUT_DEFAULTED_DEFAULT_CONSTRUCTOR_DECL
|
||||
SPROUT_CONSTEXPR parser_result(
|
||||
bool success,
|
||||
Iterator current,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue