id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 4123,"smatches contains wrong matches, access changes content",g_sauthoff@…,John Maddock,"{{{ $ cat main.cc #include #include int main(int argc, char **argv) { boost::regex expr(argv[1]); boost::smatch matches; if (boost::regex_search(std::string(argv[2]), matches, expr)) { for (size_t i = 0; i