Boost C++ Libraries: Ticket #2102: wave fails to compile with -fno-exceptions https://svn.boost.org/trac10/ticket/2102 <p> The wave 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 my version of g++ (4.0.1 included with OS X 10.5) would complain about e being undeclared. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2102 Trac 1.4.3 anonymous Thu, 10 Jul 2008 04:44:37 GMT attachment set https://svn.boost.org/trac10/ticket/2102 https://svn.boost.org/trac10/ticket/2102 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_wave_no_exceptions.diff</span> </li> </ul> Ticket Hartmut Kaiser Thu, 10 Jul 2008 13:44:53 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2102#comment:1 https://svn.boost.org/trac10/ticket/2102#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Fixed in Rev. 47287. Thanks! </p> Ticket