Subject: [Boost-bugs] [Boost C++ Libraries] #8281: interprocess docs refer to non-existant basic_managed_shared_memory::remove
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-03-12 07:05:08
#8281: interprocess docs refer to non-existant basic_managed_shared_memory::remove
------------------------------+---------------------------------------------
Reporter: eric_niebler | Owner: igaztanaga
Type: Bugs | Status: new
Milestone: To Be Determined | Component: interprocess
Version: Boost 1.52.0 | Severity: Problem
Keywords: |
------------------------------+---------------------------------------------
The reference docs for `~basic_managed_shared_memory` here
(www.boost.org/doc/libs/1_53_0/doc/html/boost/interprocess/basic_managed__idp56460464.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`.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8281> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:12 UTC