Opened 14 years ago
Closed 14 years ago
#2194 closed Bugs (fixed)
Unprotected try/catch in weak_ptr.hpp
Reported by: | Owned by: | Peter Dimov | |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | smart_ptr |
Version: | Boost 1.35.0 | Severity: | Problem |
Keywords: | weak_ptr try catch | Cc: |
Description
There is a try/catch in weak_ptr.hpp that will fail compilation if exceptions are disabled. It should use BOOST_TRY/BOOST_CATCH/BOOST_CATCH_END
Attachments (1)
Change History (3)
by , 14 years ago
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
There isn't in 1.36. See source:trunk/boost/weak_ptr.hpp and source:branches/release/boost/weak_ptr.hpp.