Opened 7 years ago
Closed 7 years ago
#12070 closed Feature Requests (fixed)
BOOST_NO_EXCEPTIONS support
Reported by: | Domagoj Šarić | Owned by: | John Maddock |
---|---|---|---|
Milestone: | To Be Determined | Component: | multiprecision |
Version: | Boost 1.61.0 | Severity: | Problem |
Keywords: | Cc: |
Description
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...
Note:
See TracTickets
for help on using tickets.
Fixed in https://github.com/boostorg/multiprecision/commit/57333128e8b56fc46ae5c8dfe0ce63a3ae62c780.
Note that if your compiler is clang, then it will still choke over some of this library's dependencies.