Opened 12 years ago
Closed 9 years ago
#5401 closed Bugs (duplicate)
variant.hpp does not compile with exceptions off
Reported by: | anonymous | Owned by: | ebf |
---|---|---|---|
Milestone: | To Be Determined | Component: | variant |
Version: | Boost 1.47.0 | Severity: | Problem |
Keywords: | Cc: |
Description
uses try, throw, catch,
with exceptions off, you cannot use throw(), try, catch, etc., hence BOOST_TRY, BOOST_CATCH, BOOST_RETHROW, boost::throw_exception()
Change History (2)
comment:1 by , 12 years ago
Severity: | Showstopper → Problem |
---|
comment:2 by , 9 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Issue #8717 duplicates this one, but #8717 has a patch.