Opened 16 years ago
Closed 16 years ago
#789 closed Patches (Accepted)
[intrusive_ptr] add BOOST_ASSERT()
Reported by: | Kevin Sopp | Owned by: | Peter Dimov |
---|---|---|---|
Milestone: | Component: | smart_ptr | |
Version: | None | Severity: | |
Keywords: | Cc: |
Description
This adds two BOOST_ASSERT statements to intrusive_ptr that can also be found in shared_ptr for the same operations. In fact intrusive_ptr.hpp already includes assert.hpp but has never used it.
Note:
See TracTickets
for help on using tickets.