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 viboes, 9 years ago

How is this a showstopper?

comment:2 by acharles, 9 years ago

Owner: changed from jsiek to acharles
Status: newassigned

comment:3 by acharles, 9 years ago

Resolution: invalid
Status: assignedclosed

Boost doesn't require libraries to support exceptions being turned off.

Note: See TracTickets for help on using tickets.