tzlaine / parser

A C++ parser combinator library.
Boost Software License 1.0
70 stars 12 forks source link

Fix doc claim that BOOST_PARSER_DEFINE_RULES is conditionally available #100

Closed akrzemi1 closed 3 months ago

akrzemi1 commented 4 months ago

The docs for BOOST_PARSER_DEFINE_RULES say:

This macro is only available when the Boost.Preprocessor headers are available.

here

So how do I define a rule in a stand-alone (non-Boost) version?

tzlaine commented 4 months ago

That's just a doc bug (cruft from a previous implementation). It's always available now.