summaryrefslogtreecommitdiff
path: root/doc/html/container/main_features.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/container/main_features.html')
-rw-r--r--doc/html/container/main_features.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/html/container/main_features.html b/doc/html/container/main_features.html
index 762036b8a5..d7274e6ed8 100644
--- a/doc/html/container/main_features.html
+++ b/doc/html/container/main_features.html
@@ -233,10 +233,12 @@
<p>
Fortunately all <span class="bold"><strong>Boost.Container</strong></span> containers
except <code class="computeroutput"><a class="link" href="../boost/container/static_vector.html" title="Class template static_vector">static_vector</a></code>
+ and <code class="computeroutput"><a class="link" href="../boost/container/small_vector.html" title="Class template small_vector">small_vector</a></code>
and <code class="computeroutput"><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string">basic_string</a></code>
are designed to support incomplete types. <code class="computeroutput"><a class="link" href="../boost/container/static_vector.html" title="Class template static_vector">static_vector</a></code>
- is special because it statically allocates memory for <code class="computeroutput"><span class="identifier">value_type</span></code>
- and this requires complete types and <code class="computeroutput"><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string">basic_string</a></code>
+ and <code class="computeroutput"><a class="link" href="../boost/container/small_vector.html" title="Class template small_vector">small_vector</a></code>
+ are special because they statically allocates memory for <code class="computeroutput"><span class="identifier">value_type</span></code>
+ and this requires complete types. <code class="computeroutput"><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string">basic_string</a></code>
implements Small String Optimization which also requires complete types.
</p>
<p>
@@ -487,7 +489,8 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2009-2015 Ion Gaztanaga<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009-2017 Ion
+ Gaztanaga<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>