summaryrefslogtreecommitdiff
path: root/doc/html/interprocess/interprocess_smart_ptr.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/interprocess/interprocess_smart_ptr.html')
-rw-r--r--doc/html/interprocess/interprocess_smart_ptr.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/interprocess/interprocess_smart_ptr.html b/doc/html/interprocess/interprocess_smart_ptr.html
index ecff3a53e4..76d98d1c60 100644
--- a/doc/html/interprocess/interprocess_smart_ptr.html
+++ b/doc/html/interprocess/interprocess_smart_ptr.html
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../interprocess.html" title="Chapter&#160;18.&#160;Boost.Interprocess">
+<link rel="up" href="../interprocess.html" title="Chapter&#160;17.&#160;Boost.Interprocess">
<link rel="prev" href="streams.html" title="Direct iostream formatting: vectorstream and bufferstream">
<link rel="next" href="architecture.html" title="Architecture and internals">
</head>
@@ -442,7 +442,7 @@
<p>
To simplify this usage, <code class="computeroutput"><a class="link" href="../boost/interprocess/shared_ptr.html" title="Class template shared_ptr">boost::interprocess::shared_ptr</a></code>
header offers a shared pointer definition helper class (<code class="computeroutput"><a class="link" href="../boost/interprocess/managed_shared_ptr.html" title="Struct template managed_shared_ptr">managed_shared_ptr</a></code>)
- and a function (<code class="computeroutput"><a class="link" href="../boost/interprocess/make_managed_s_idp44872512.html" title="Function template make_managed_shared_ptr">make_managed_shared_ptr</a></code>)
+ and a function (<code class="computeroutput"><a class="link" href="../boost/interprocess/make_managed_s_idp63632112.html" title="Function template make_managed_shared_ptr">make_managed_shared_ptr</a></code>)
to easily construct a shared pointer from a type allocated in a managed segment
with an allocator that will allocate the reference count also in the managed
segment and a deleter that will erase the object from the segment.