
18 Mar
2006
18 Mar
'06
10:16 p.m.
Hi, there seems to be a bug in version 1.33.1 of boost::regex: boost::regex_replace(std::string("foo"), boost::regex(".*"), "bar") returns "barbar" whereas 1.31.0 returns just "bar" (as I would expect). Any fix or hints out there? Thanks, Olaf