summaryrefslogtreecommitdiff
path: root/doc/html/container/history_and_reasons.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/container/history_and_reasons.html')
-rw-r--r--doc/html/container/history_and_reasons.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/html/container/history_and_reasons.html b/doc/html/container/history_and_reasons.html
index c33c8b4f61..74c6579f37 100644
--- a/doc/html/container/history_and_reasons.html
+++ b/doc/html/container/history_and_reasons.html
@@ -79,16 +79,16 @@
</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
- If you have a C++03 compiler, you can have access to C++11 features and
- have an easy code migration when you change your compiler.
+ Even if you have a earlier standard conforming compiler, you still can
+ have access to many of the latest C++ standard features and have an easy
+ code migration when you change your compiler.
</li>
<li class="listitem">
It's compatible with <span class="bold"><strong>Boost.Interprocess</strong></span>
shared memory allocators.
</li>
<li class="listitem">
- You have extremely useful new containers like <code class="computeroutput"><span class="identifier">stable_vector</span></code>
- and <code class="computeroutput"><span class="identifier">flat_</span><span class="special">[</span><span class="identifier">multi</span><span class="special">]</span><span class="identifier">set</span><span class="special">/</span><span class="identifier">map</span></code>.
+ You have extremely useful new containers like <code class="computeroutput"><span class="special">[</span><span class="identifier">stable</span><span class="special">/</span><span class="keyword">static</span><span class="special">/</span><span class="identifier">small</span><span class="special">]</span><span class="identifier">_vector</span></code> and <code class="computeroutput"><span class="identifier">flat_</span><span class="special">[</span><span class="identifier">multi</span><span class="special">]</span><span class="identifier">set</span><span class="special">/</span><span class="identifier">map</span></code>.
</li>
<li class="listitem">
If you work on multiple platforms, you'll have a portable behaviour without
@@ -119,8 +119,7 @@
</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-2017 Ion
- Gaztanaga<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009-2018 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>