id summary reporter owner description type status milestone component version severity resolution keywords cc 11474 qi real parser- valgrind error oswin.krause@… Joel de Guzman "i tried the boost 1.59 rc1 today and got in my software a regression which i could reduce a little bit to //test.cpp #include #include #include #include using namespace boost::spirit::qi; int main(){ std::cout< fileContents; phrase_parse( str.begin(),str.end(), double_ % ',', space , fileContents ); for(std::size_t j = 0; j != 9; ++j) std::cout<