Subject: [Boost-bugs] [Boost C++ Libraries] #12860: Small inconsistency in documentation
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-02-21 08:20:01
#12860: Small inconsistency in documentation
------------------------------------+----------------------
Reporter: alex@⦠| Owner: djowel
Type: Bugs | Status: new
Milestone: To Be Determined | Component: spirit
Version: Boost 1.63.0 | Severity: Cosmetic
Keywords: tutorial documentation |
------------------------------------+----------------------
The sample on page
http://www.boost.org/doc/libs/1_63_0/libs/spirit/doc/html/spirit/qi/tutorials/mini_xml___asts_.html
contains:
"end_tag = "</" >> string(_r1) >> '>' "
While explaination below repeats that as
"end_tag = "</" >> lit(_r1) >> '>'; "
and further explains "Check out how we used lit here, ...".
Regards,
Alex
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12860> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-21 08:23:47 UTC