Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12932: Boost Spirit 1.63 "Char >> (Literal | Sequence)" Bug
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-03-24 22:17:22
#12932: Boost Spirit 1.63 "Char >> (Literal | Sequence)" Bug
-------------------------------+-------------------------
Reporter: jetdog330@⦠| Owner: djowel
Type: Bugs | Status: new
Milestone: To Be Determined | Component: spirit
Version: Boost 1.63.0 | Severity: Problem
Resolution: | Keywords: or sequence
-------------------------------+-------------------------
Comment (by anonymous):
Similarly, substituting this rule seems to generate the same result:
{{{
qi::char_ >> ((qi::char_ >> qi::char_ >> qi::char_) - "Z"),
}}}
Am I missing something trivial here?
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12932#comment:1> 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-03-24 22:21:29 UTC