summaryrefslogtreecommitdiff
path: root/doc/html/unordered.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/unordered.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/unordered.html')
-rw-r--r--doc/html/unordered.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/html/unordered.html b/doc/html/unordered.html
index 822f583af6..bb0683cccf 100644
--- a/doc/html/unordered.html
+++ b/doc/html/unordered.html
@@ -47,11 +47,14 @@
<dt><span class="section"><a href="unordered/buckets.html">The Data Structure</a></span></dt>
<dt><span class="section"><a href="unordered/hash_equality.html">Equality Predicates and Hash Functions</a></span></dt>
<dt><span class="section"><a href="unordered/comparison.html">Comparison with Associative Containers</a></span></dt>
-<dt><span class="section"><a href="unordered/compliance.html">C++11 Compliance</a></span></dt>
+<dt><span class="section"><a href="unordered/compliance.html">Standard Compliance</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="unordered/compliance.html#unordered.compliance.move">Move emulation</a></span></dt>
<dt><span class="section"><a href="unordered/compliance.html#unordered.compliance.allocator_compliance">Use of allocators</a></span></dt>
-<dt><span class="section"><a href="unordered/compliance.html#unordered.compliance.pairs">Pairs</a></span></dt>
+<dt><span class="section"><a href="unordered/compliance.html#unordered.compliance.construction">Construction/Destruction
+ using allocators</a></span></dt>
+<dt><span class="section"><a href="unordered/compliance.html#unordered.compliance.pointer_traits">Pointer Traits</a></span></dt>
+<dt><span class="section"><a href="unordered/compliance.html#unordered.compliance.pairs0">Pairs</a></span></dt>
<dt><span class="section"><a href="unordered/compliance.html#unordered.compliance.misc">Miscellaneous</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="unordered/rationale.html">Implementation Rationale</a></span></dt>
@@ -87,7 +90,7 @@
<p>
With this in mind, unordered associative containers were added to the C++ standard.
This is an implementation of the containers described in C++11, with some
- <a class="link" href="unordered/compliance.html" title="C++11 Compliance">deviations from the standard</a> in
+ <a class="link" href="unordered/compliance.html" title="Standard Compliance">deviations from the standard</a> in
order to work with non-C++11 compilers and libraries.
</p>
<p>
@@ -188,7 +191,7 @@
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: April 17, 2017 at 02:30:57 GMT</small></p></td>
+<td align="left"><p><small>Last revised: August 19, 2017 at 16:57:00 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>