summaryrefslogtreecommitdiff
path: root/doc/html/variant/misc.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/variant/misc.html')
-rw-r--r--doc/html/variant/misc.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/variant/misc.html b/doc/html/variant/misc.html
index 74db42f2b6..42cca2a68a 100644
--- a/doc/html/variant/misc.html
+++ b/doc/html/variant/misc.html
@@ -28,7 +28,7 @@
<a name="variant.misc"></a>Miscellaneous Notes</h2></div></div></div>
<div class="toc"><dl class="toc">
<dt><span class="section"><a href="misc.html#variant.versus-any">Boost.Variant vs. Boost.Any</a></span></dt>
-<dt><span class="section"><a href="misc.html#idp617207664">Portability</a></span></dt>
+<dt><span class="section"><a href="misc.html#idp598363888">Portability</a></span></dt>
<dt><span class="section"><a href="misc.html#variant.troubleshooting">Troubleshooting</a></span></dt>
<dt><span class="section"><a href="misc.html#variant.ack">Acknowledgments</a></span></dt>
</dl></div>
@@ -36,7 +36,7 @@
<div class="titlepage"><div><div><h3 class="title">
<a name="variant.versus-any"></a>Boost.Variant vs. Boost.Any</h3></div></div></div>
<p>As a discriminated union container, the Variant library shares many
- of the same features of the <a class="link" href="../any.html" title="Chapter&#160;5.&#160;Boost.Any">Any</a> library.
+ of the same features of the <a class="link" href="../any.html" title="Chapter&#160;4.&#160;Boost.Any">Any</a> library.
However, since neither library wholly encapsulates the features of the
other, one library cannot be generally recommended for use over the
other.</p>
@@ -79,7 +79,7 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idp617207664"></a>Portability</h3></div></div></div>
+<a name="idp598363888"></a>Portability</h3></div></div></div>
<p>The library aims for 100% ANSI/ISO C++ conformance. However, this is
strictly impossible due to the inherently non-portable nature of the
Type Traits library's