Boost C++ Libraries: Ticket #12070: BOOST_NO_EXCEPTIONS support https://svn.boost.org/trac10/ticket/12070 <p> Some parts of the source use naked try-catch blocks (e.g. detail/functions/pow.hpp @ 462) in turn causing the build to fail on non-MSVC compilers with -fno-exceptions even if the code that uses EH is never used... </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12070 Trac 1.4.3 John Maddock Thu, 17 Mar 2016 18:29:33 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/12070#comment:1 https://svn.boost.org/trac10/ticket/12070#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 <a class="ext-link" href="https://github.com/boostorg/multiprecision/commit/57333128e8b56fc46ae5c8dfe0ce63a3ae62c780"><span class="icon">​</span>https://github.com/boostorg/multiprecision/commit/57333128e8b56fc46ae5c8dfe0ce63a3ae62c780</a>. </p> <p> Note that if your compiler is clang, then it will still choke over some of this library's dependencies. </p> Ticket