id summary reporter owner description type status milestone component version severity resolution keywords cc 3235 position_iterator and skip parser olafvdspek@… Joel de Guzman "This prints 1 while the error is on line 2. {{{ #include #include #include using namespace boost::spirit::classic; using namespace std; int main() { typedef position_iterator iterator_t; const char* str = ""1\nA""; parse_info info = parse(iterator_t(str, str + strlen(str)), iterator_t(), int_p >> !end_p, space_p); cout << info.stop.get_position().line << endl; return 0; } }}}" Bugs closed Boost 1.40.0 spirit Boost 1.39.0 Problem invalid