Subject: [Boost-bugs] [Boost C++ Libraries] #6641: boost::spirit::qi rule parsing bug
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-03-01 20:04:43
#6641: boost::spirit::qi rule parsing bug
----------------------------------------------+-----------------------------
Reporter: Bobby Paulose <bpisbp@â¦> | Owner: djowel
Type: Bugs | Status: new
Milestone: Boost 1.50.0 | Component: spirit
Version: Boost 1.49.0 | Severity: Regression
Keywords: qi rule parsing |
----------------------------------------------+-----------------------------
gives compile error since 1.47.0 to 1.49.0
Worked fine in 1.46.1
boost::spirit::qi::lexeme[
(
char_('b')
>>
*(char_('a') | (char_('b') >> char_('c')))
)
];
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6641> 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-16 18:50:09 UTC