summaryrefslogtreecommitdiff
path: root/doc/html/container/release_notes.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/container/release_notes.html')
-rw-r--r--doc/html/container/release_notes.html55
1 files changed, 54 insertions, 1 deletions
diff --git a/doc/html/container/release_notes.html b/doc/html/container/release_notes.html
index b883a60e26..2273f92fcb 100644
--- a/doc/html/container/release_notes.html
+++ b/doc/html/container/release_notes.html
@@ -28,6 +28,8 @@
<a name="container.release_notes"></a><a class="link" href="release_notes.html" title="Release Notes">Release Notes</a>
</h2></div></div></div>
<div class="toc"><dl class="toc">
+<dt><span class="section"><a href="release_notes.html#container.release_notes.release_notes_boost_1_60_00">Boost
+ 1.60 Release</a></span></dt>
<dt><span class="section"><a href="release_notes.html#container.release_notes.release_notes_boost_1_59_00">Boost
1.59 Release</a></span></dt>
<dt><span class="section"><a href="release_notes.html#container.release_notes.release_notes_boost_1_58_00">Boost
@@ -55,6 +57,57 @@
</dl></div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
+<a name="container.release_notes.release_notes_boost_1_60_00"></a><a class="link" href="release_notes.html#container.release_notes.release_notes_boost_1_60_00" title="Boost 1.60 Release">Boost
+ 1.60 Release</a>
+</h3></div></div></div>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ Implemented <a class="link" href="extended_functionality.html#container.extended_functionality.polymorphic_memory_resources" title="Polymorphic Memory Resources">Polymorphic
+ Memory Resources</a>.
+ </li>
+<li class="listitem">
+ Add more BOOST_ASSERT checks to test preconditions in some operations
+ (like <code class="computeroutput"><span class="identifier">pop_back</span></code>, <code class="computeroutput"><span class="identifier">pop_front</span></code>, <code class="computeroutput"><span class="identifier">back</span></code>,
+ <code class="computeroutput"><span class="identifier">front</span></code>, etc.)
+ </li>
+<li class="listitem">
+ Added C++11 <code class="computeroutput"><span class="identifier">back</span></code>/<code class="computeroutput"><span class="identifier">front</span></code> operations to <code class="computeroutput"><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string">basic_string</a></code>.
+ </li>
+<li class="listitem">
+ Fixed bugs:
+ <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
+<li class="listitem">
+ <a href="https://svn.boost.org/trac/boost/ticket/11627" target="_top">Trac
+ #11627: <span class="emphasis"><em>"small_vector&lt;T,n&gt;::swap() appears
+ to be broken"</em></span></a>.
+ </li>
+<li class="listitem">
+ <a href="https://svn.boost.org/trac/boost/ticket/11628" target="_top">Trac
+ #11628: <span class="emphasis"><em>"small_vector&lt;int,n&gt; iterates over
+ elements in destructor"</em></span></a>.
+ </li>
+<li class="listitem">
+ <a href="https://svn.boost.org/trac/boost/ticket/11697" target="_top">Trac
+ #11697: <span class="emphasis"><em>"Wrong initialization order in tuple copy-constructor"</em></span></a>.
+ </li>
+<li class="listitem">
+ <a href="https://svn.boost.org/trac/boost/ticket/11698" target="_top">Trac
+ #11698: <span class="emphasis"><em>"Missing return statement in static_storage_allocator"</em></span></a>.
+ </li>
+<li class="listitem">
+ <a href="https://github.com/boostorg/container/pull/29" target="_top">GitHub
+ #29: <span class="emphasis"><em>Doc fixes for flap_map complexity requirements</em></span></a>.
+ </li>
+<li class="listitem">
+ <a href="https://github.com/boostorg/container/pull/31" target="_top">GitHub
+ #31: <span class="emphasis"><em>DL_SIZE_IMPL also dereference addr</em></span></a>.
+ </li>
+</ul></div>
+ </li>
+</ul></div>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h3 class="title">
<a name="container.release_notes.release_notes_boost_1_59_00"></a><a class="link" href="release_notes.html#container.release_notes.release_notes_boost_1_59_00" title="Boost 1.59 Release">Boost
1.59 Release</a>
</h3></div></div></div>
@@ -435,7 +488,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-2013 Ion Gaztanaga<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009-2015 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>