id summary reporter owner description type status milestone component version severity resolution keywords cc 3099 Document that Space skip parser doesn't skip trailing spaces OlafvdSpek@… Joel de Guzman "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 #include using namespace BOOST_SPIRIT_CLASSIC_NS; int main() { parse_info<> result = parse("" 5 "", int_p, space_p); assert(result.full); return 0; } }}}" Support Requests closed Boost 1.40.0 spirit Boost 1.39.0 Problem wontfix