Opened 11 years ago
Closed 11 years ago
#5518 closed Bugs (fixed)
Boost.Interprocess's scoped_ptr requires detail::do_swap but detail/utilities.hpp is not included.
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | To Be Determined | Component: | interprocess |
Version: | Boost 1.46.1 | Severity: | Problem |
Keywords: | Cc: |
Description
boost::interprocess::scoped_ptr requires boost::interprocess::detail::do_swap.
But boost/interprocess/smart_ptr/scoped_ptr.hpp does not include boost/interprocess/detail/utilities.hpp.
Note:
See TracTickets
for help on using tickets.
Thanks for the report. Fixed in trunk at revision: 76146