mirror of
https://github.com/boostorg/parser.git
synced 2026-01-19 04:22:13 +00:00
Comment out unused dont_assign param in second overload defined by
BOOST_PARSER_DEFINE_IMPL. Fixes #237.
This commit is contained in:
@@ -6148,7 +6148,7 @@ namespace boost { namespace parser {
|
||||
SkipParser const & skip, \
|
||||
boost::parser::detail::flags flags, \
|
||||
bool & success, \
|
||||
bool & dont_assign, \
|
||||
bool & /*dont_assign*/, \
|
||||
Attribute & retval) \
|
||||
{ \
|
||||
auto const & parser = BOOST_PARSER_PP_CAT(rule_name_, _def); \
|
||||
|
||||
Reference in New Issue
Block a user