2
0
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:
Zach Laine
2025-07-12 15:15:52 -05:00
parent 8ff46f394a
commit ed9a06123b

View File

@@ -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); \