Boost C++ Libraries: Ticket #2099: test fails to compile with -fno-exceptions https://svn.boost.org/trac10/ticket/2099 <p> The test 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 way to keep g++ happy about some of the catch blocks (I'm not enough of a C++ expert to figure out the pattern in which it did and did not lick). The catch blocks disliked by my version of g++ (the 4.0.1 shipped with OS X 10.5) are protected with #ifndefs in the patch. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2099 Trac 1.4.3 anonymous Thu, 10 Jul 2008 04:37:13 GMT attachment set https://svn.boost.org/trac10/ticket/2099 https://svn.boost.org/trac10/ticket/2099 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_test_no_exceptions.diff</span> </li> </ul> Ticket Gennadiy Rozental Sat, 06 Jun 2009 10:10:41 GMT <link>https://svn.boost.org/trac10/ticket/2099#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2099#comment:1</guid> <description> <p> Why do we need to inherit from std::exception? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Gennadiy Rozental</dc:creator> <pubDate>Mon, 05 Nov 2012 09:57:54 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/2099#comment:2 https://svn.boost.org/trac10/ticket/2099#comment:2 <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">wontfix</span> </li> </ul> <p> If this is still outstanding please submit new ticket and patch with explanations </p> Ticket