From: Paul Scruby (boost_at_[hidden])
Date: 2003-11-16 13:37:00


The boost::regex class is crashing when I construct it with some regular
expressions. For example: "(value|default)[^}]*\{" will crash and
"value|default" does not.

Is this a bug, or am I doing something wrong? I am running gcc2.96 and
boost1.30.2. I have attached an example src including Makefile.

Thanks in advance,

Paul