Opened 7 years ago

Closed 7 years ago

#11464 closed Bugs (duplicate)

signals2/signal.hpp does not compile with exceptions off

Reported by: peterpastor@… Owned by: Frank Mori Hess
Milestone: To Be Determined Component: signals2
Version: Boost 1.58.0 Severity: Problem
Keywords: Cc:

Description

boost/signals2/signal.hpp includes boost/signals2/detail/slot_call_iterator.hpp

which 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 peterpastor@…, 7 years ago

Sorry duplication.

comment:1 by peterpastor@…, 7 years ago

Sorry duplication.

comment:2 by Frank Mori Hess, 7 years ago

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.