2
0
mirror of https://github.com/boostorg/parser.git synced 2026-01-19 04:22:13 +00:00

Remove crufty claim in the reference docs for BOOST_PARSER_DEFINE_RULES that

it is only conditionally available.

Fixes #100.
This commit is contained in:
Zach Laine
2024-02-23 20:53:56 -06:00
parent edff0b29da
commit 2697eebffd

View File

@@ -5364,8 +5364,7 @@ namespace boost { namespace parser {
/** For each given token `t`, defines a pair of `parse_rule()` overloads,
used internally within Boost.Parser. Each such pair implements the
parsing behavior rule `t`, using the parser `t_def`. This macro is
only available when the Boost.Preprocessor headers are available. */
parsing behavior rule `t`, using the parser `t_def`. */
#define BOOST_PARSER_DEFINE_RULES(...) \
BOOST_PARSER_PP_FOR_EACH(BOOST_PARSER_DEFINE_IMPL, _, __VA_ARGS__)