18 Nov
2003
18 Nov
'03
12:16 p.m.
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.
The one that's "crashing" is not a valid regular expression - so I hope that you are catching the exception that gets thrown? Otherwise it will "crash" due to the unhandled exception ;-) John.