Opened 12 years ago
Closed 4 years ago
#5394 closed Bugs (fixed)
assign not compile with exceptions off
Reported by: | anonymous | Owned by: | James E. King, III |
---|---|---|---|
Milestone: | Boost 1.67.0 | Component: | assign |
Version: | Boost 1.47.0 | Severity: | Problem |
Keywords: | assign exceptions | Cc: |
Description
boost/assign.hpp includes boost/assign/list_of.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 (4)
comment:1 by , 12 years ago
comment:2 by , 9 years ago
Severity: | Showstopper → Problem |
---|
comment:3 by , 4 years ago
Owner: | changed from | to
---|
comment:4 by , 4 years ago
Milestone: | To Be Determined → Boost 1.67.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
But list_of using e.g. std::deque<T> which we have no control over. Or do you just use ref_list_of()?
regards
-Thorsten