Re: [Boost-bugs] [Boost C++ Libraries] #3275: Spirit does not skip whitespace between str_p and ch_p

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3275: Spirit does not skip whitespace between str_p and ch_p
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-02-26 01:45:56


#3275: Spirit does not skip whitespace between str_p and ch_p
------------------------------------+---------------------------------------
  Reporter: misterkraus@… | Owner: djowel
      Type: Bugs | Status: closed
 Milestone: Boost 1.40.0 | Component: spirit
   Version: Boost 1.38.0 | Severity: Problem
Resolution: invalid | Keywords: spirit whitespace skip
------------------------------------+---------------------------------------
Changes (by anonymous):

  * status: new => closed
  * resolution: => invalid

Comment:

 The problem is a scanner mismatch indeed. But in this case you're using a
 rule without any skipper while parsing with one. This rule acts as an
 implicit lexeme[] (see the docs for more information). So this is desired
 bahavior.

 Regards Hartmut

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3275#comment:3>
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:02 UTC