summaryrefslogtreecommitdiff
path: root/doc/html/boost_typeerasure/multi.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost_typeerasure/multi.html')
-rw-r--r--doc/html/boost_typeerasure/multi.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/boost_typeerasure/multi.html b/doc/html/boost_typeerasure/multi.html
index 7ecac3dbfa..4959c8e4ce 100644
--- a/doc/html/boost_typeerasure/multi.html
+++ b/doc/html/boost_typeerasure/multi.html
@@ -30,7 +30,7 @@
(For the source of the examples in this section see <a href="../../../libs/type_erasure/example/multi.cpp" target="_top">multi.cpp</a>)
</p>
<p>
- Operations can have more than one <code class="computeroutput"><a class="link" href="../boost/type_erasure/any.html" title="Class template any">any</a></code>
+ Operations can have more than one <code class="computeroutput">any</code>
argument. Let's use binary addition as an example.
</p>
<p>
@@ -101,7 +101,7 @@
<p>
This doesn't work because the library needs to know the type that _b binds
to when it captures the concept bindings. We need to specify the bindings of
- both placeholders when we construct the <code class="computeroutput"><a class="link" href="../boost/type_erasure/any.html" title="Class template any">any</a></code>.
+ both placeholders when we construct the <code class="computeroutput">any</code>.
</p>
<p>
</p>