Opened 12 years ago
Closed 9 years ago
#5395 closed Bugs (invalid)
dynamic_bitset does not compile with exceptions off
Reported by: | anonymous | Owned by: | acharles |
---|---|---|---|
Milestone: | To Be Determined | Component: | dynamic_bitset |
Version: | Boost 1.47.0 | Severity: | Showstopper |
Keywords: | Cc: |
Description
uses throw (instead of boost::throw_exception as it should)
with exceptions off, you cannot use throw(), try, catch, etc., hence BOOST_TRY, BOOST_CATCH, BOOST_RETHROW
Change History (3)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 9 years ago
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Boost doesn't require libraries to support exceptions being turned off.
Note:
See TracTickets
for help on using tickets.
How is this a showstopper?