We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97bafeb commit b02b4f1Copy full SHA for b02b4f1
1 file changed
src/actions.hpp
@@ -183,7 +183,7 @@ namespace quickbook
183
184
struct cond_phrase_push : scoped_action_base
185
{
186
- cond_phrase_push(quickbook::state& x) : state(x) {}
+ cond_phrase_push(quickbook::state& x) : state(x), saved_conditional() {}
187
188
bool start();
189
void cleanup();
@@ -270,7 +270,7 @@ namespace quickbook
270
271
struct to_value_scoped_action : scoped_action_base
272
273
- to_value_scoped_action(quickbook::state& state_) : state(state_) {}
+ to_value_scoped_action(quickbook::state& state_) : state(state_), tag() {}
274
275
bool start(value::tag_type = value::default_tag);
276
void success(parse_iterator, parse_iterator);
0 commit comments