5 Oct
2005
5 Oct
'05
11:36 a.m.
Hello,
After upgrading from boost 1.32 to boost 1.33.0, we get an exception in
boost::regex_match. The exception is
std::runtime_error: Regular expression too big
, and only under Win64/cl1400 and RHEL/gcc323
Changing the regex slightly sometimes avoids the exception...
Attached a small example, which can be used to reproduce the exception.
#include