id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 11475,qi real parser- valgrind error,oswin.krause@…,Joel de Guzman,"I tested boost 1.59 rc1 today and got a regression in my software. my csv parser reported 4 wrong values (of approximately 200) i reduced the problem somewhat to {{{ #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<