Opened 13 years ago
Closed 12 years ago
#3452 closed Feature Requests (wontfix)
interprocess::unique_ptr needs a default_delete
Reported by: | Frank Mori Hess | Owned by: | Ion Gaztañaga |
---|---|---|---|
Milestone: | Boost 1.41.0 | Component: | interprocess |
Version: | Boost 1.40.0 | Severity: | Problem |
Keywords: | Cc: |
Description
unique_ptr needs a
template<typename T> struct default_delete;
to use as its default deleter type, similar to what std::unique_ptr has. It would just call boost::checked_delete.
Note:
See TracTickets
for help on using tickets.
Interprocess unique_ptr is thought for interprocess, so no default delete is adequate.