id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 5632,regex::str() method broken,Chris Burghart ,John Maddock,"The str() method is not returning a string representation of the regular expression after instantiation of a regex. Example program: {{{ #include #include int main(int argc, char *argv[]) { boost::regex foo(""foo""); std::cout << foo.str() << std::endl; } }}} merely prints an empty line rather than ""foo"". ",Bugs,closed,To Be Determined,regex,Boost 1.46.0,Problem,invalid,regex basic_regex str,