Boost C++ Libraries: Ticket #7227: Boost.Containers fails to compile when exceptions are disabled https://svn.boost.org/trac10/ticket/7227 <p> Some try/catch clauses were already using BOOST_TRY/BOOST_CATCH/BOOST_CATCH_END, not all, resulting in compilation failure when exceptions are disabled. Attached is a patch (made against version 1.48.0) fixing the issue. Based on release notes, seems like this was not fixed in later releases. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7227 Trac 1.4.3 Francois Duranleau <xiao.bai.xiong@…> Mon, 13 Aug 2012 14:27:11 GMT attachment set https://svn.boost.org/trac10/ticket/7227 https://svn.boost.org/trac10/ticket/7227 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost-container.patch</span> </li> </ul> <p> Fix for more try/catch -&gt; BOOST_TRY/BOOST_CATCH </p> Ticket Francois Duranleau <xiao.bai.xiong@…> Thu, 16 Aug 2012 17:48:42 GMT attachment set https://svn.boost.org/trac10/ticket/7227 https://svn.boost.org/trac10/ticket/7227 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost-container2.patch</span> </li> </ul> <p> fixes for throw -&gt; BOOST_THROW_EXCEPTION </p> Ticket Francois Duranleau <xiao.bai.xiong@…> Thu, 16 Aug 2012 17:49:39 GMT <link>https://svn.boost.org/trac10/ticket/7227#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7227#comment:1</guid> <description> <p> I just submitted another patch that also fixes throw statements, replaced by BOOST_THROW_EXCEPTION. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Ion Gaztañaga</dc:creator> <pubDate>Thu, 10 Jan 2013 10:55:57 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/7227#comment:2 https://svn.boost.org/trac10/ticket/7227#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">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/82429" title="Fixes #7227">[82429]</a>) Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7227" title="#7227: Bugs: Boost.Containers fails to compile when exceptions are disabled (closed: fixed)">#7227</a> </p> Ticket