Re: [Boost-bugs] [Boost C++ Libraries] #6641: boost::spirit::qi rule parsing bug

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6641: boost::spirit::qi rule parsing bug
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-03-01 20:09:46


#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
Resolution: | Keywords: qi rule parsing
-----------------------------------------------+----------------------------

Comment (by Bobby Paulose <bpisbp@…>):

 the previous report ate a few chars. Trying again


 boost::spirit::qi::lexeme[
 (
 char_('b') >> *(char_('a') | (char_('b') >> char_('c')))
  )
  ];

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6641#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-02-16 18:50:09 UTC