Changes between Initial Version and Version 1 of Ticket #2098


Ignore:
Timestamp:
Oct 1, 2008, 7:08:32 PM (14 years ago)
Author:
Beman Dawes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2098

    • Property Status newclosed
    • Property Resolutionfixed
  • Ticket #2098 – Description

    initial v1  
    1 
    21
    32The 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.