summaryrefslogtreecommitdiff
path: root/doc/html/unordered.html
diff options
context:
space:
mode:
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>