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.

Change History (1)

comment:1 by Ion Gaztañaga, 12 years ago

Resolution: wontfix
Status: newclosed

Interprocess unique_ptr is thought for interprocess, so no default delete is adequate.

Note: See TracTickets for help on using tickets.