Subject: [Boost-bugs] [Boost C++ Libraries] #3099: Space skip parser doesn't skip trailing spaces
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-05-27 13:13:00
#3099: Space skip parser doesn't skip trailing spaces
----------------------------------+-----------------------------------------
Reporter: OlafvdSpek_at_[hidden] | Owner: djowel
Type: Support Requests | Status: new
Milestone: Boost 1.40.0 | Component: spirit
Version: Boost 1.39.0 | Severity: Problem
Keywords: |
----------------------------------+-----------------------------------------
The documentation should mention that the space skip parser does not skip
trailing spaces and the examples should be augmented to include the work
arounds.
http://svn.boost.org/trac/boost/ticket/3086
{{{
#include <cassert>
#include <boost/spirit/include/classic.hpp>
using namespace BOOST_SPIRIT_CLASSIC_NS;
int main()
{
parse_info<> result = parse(" 5 ", int_p, space_p);
assert(result.full);
return 0;
}
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3099> 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:00 UTC