Opened 10 years ago

Last modified 10 years ago

#8281 new Bugs

interprocess docs refer to non-existant basic_managed_shared_memory::remove

Reported by: Eric Niebler Owned by: Ion Gaztañaga
Milestone: To Be Determined Component: interprocess
Version: Boost 1.52.0 Severity: Problem
Keywords: Cc:

Description

The reference docs for ~basic_managed_shared_memory here (www.boost.org/doc/libs/1_53_0/doc/html/boost/interprocess/basic_managedidp56460464.html) say:

Destroys *this and indicates that the calling process is finished using the resource. The destructor function will deallocate any system resources allocated by the system for use by this process for this resource. The resource can still be opened again calling the open constructor overload. To erase the resource from the system use remove().

There is no member remove.

Change History (1)

Note: See TracTickets for help on using tickets.