$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Olaf Bachmann (olaf.bachmann_at_[hidden])
Date: 2006-03-18 17:16:58
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