Opened 7 years ago
Closed 7 years ago
#11468 closed Bugs (duplicate)
signals2/signal.hpp does not compile with exceptions off
| Reported by: | 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 (2)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
| Resolution: | → duplicate | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    

Sorry duplication.