Boost C++ Libraries: Ticket #5395: dynamic_bitset does not compile with exceptions off https://svn.boost.org/trac10/ticket/5395 <p> uses throw (instead of boost::throw_exception as it should) </p> <p> with exceptions off, you cannot use throw(), try, catch, etc., hence BOOST_TRY, BOOST_CATCH, BOOST_RETHROW </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5395 Trac 1.4.3 viboes Wed, 12 Jun 2013 21:42:37 GMT <link>https://svn.boost.org/trac10/ticket/5395#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5395#comment:1</guid> <description> <p> How is this a showstopper? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>acharles</dc:creator> <pubDate>Wed, 19 Feb 2014 04:20:11 GMT</pubDate> <title>owner, status changed https://svn.boost.org/trac10/ticket/5395#comment:2 https://svn.boost.org/trac10/ticket/5395#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">jsiek</span> to <span class="trac-author">acharles</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket acharles Wed, 19 Feb 2014 04:21:32 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5395#comment:3 https://svn.boost.org/trac10/ticket/5395#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">invalid</span> </li> </ul> <p> Boost doesn't require libraries to support exceptions being turned off. </p> Ticket