summaryrefslogtreecommitdiff
path: root/doc/html/variant/misc.html
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2017-09-13 11:24:46 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2017-09-13 11:25:39 +0900
commit4fadd968fa12130524c8380f33fcfe25d4de79e5 (patch)
treefd26a490cd15388d42fc6652b3c5c13012e7f93e /doc/html/variant/misc.html
parentb5c87084afaef42b2d058f68091be31988a6a874 (diff)
downloadboost-4fadd968fa12130524c8380f33fcfe25d4de79e5.tar.gz
boost-4fadd968fa12130524c8380f33fcfe25d4de79e5.tar.bz2
boost-4fadd968fa12130524c8380f33fcfe25d4de79e5.zip
Imported Upstream version 1.65.0upstream/1.65.0
Change-Id: Icf8400b375482cb11bcf77440a6934ba360d6ba4 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
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