Changes between Initial Version and Version 1 of Ticket #2098
- Timestamp:
- Oct 1, 2008, 7:08:32 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2098
- Property Status new → closed
- Property Resolution → fixed
-
Ticket #2098 – Description
initial v1 1 2 1 3 2 The regex component fails to compile with GCC when -fno-exceptions is specified. The attached patch allows the libraries / tests shipped with boost 1.35.0 to compile. There didn't seem to be a better option to make g++ happy than to just #ifndef out the catch(...) block, as it would otherwise complain about the throw in the block.