|
|
@@ -174,6 +174,13 @@
|
|
|
<h4>Updated Libraries</h4>
|
|
|
|
|
|
<ul>
|
|
|
+ <li><span class="library"><a href="libs/assign/index.html">Assign Library</a>:</span>
|
|
|
+ <ul>
|
|
|
+ <li> Support for <code>ptr_map<key,T></code> via the new function <code>ptr_map_insert()</code>
|
|
|
+ <li> Support for initialization of <a href="libs/ptr_container/index.html">Pointer Containers</a>
|
|
|
+ when the containers hold pointers to an abstract base class.
|
|
|
+ </ul>
|
|
|
+
|
|
|
<li><span
|
|
|
class="library"><a
|
|
|
href="libs/multi_array/index.html">MultiArray
|
|
|
@@ -185,7 +192,7 @@
|
|
|
<tt>multi_array.hpp</tt>.</li>
|
|
|
|
|
|
|
|
|
- <li><span class="library"><a href="libs/filesystem/doc/index.htl">Filesystem Library</a>:</span>
|
|
|
+ <li><span class="library"><a href="libs/filesystem/doc/index.htm">Filesystem Library</a>:</span>
|
|
|
Major upgrade in preparation for submission
|
|
|
to the C++ Standards Committee for TR2. Changes include:<ul>
|
|
|
<li><a href="libs/filesystem/doc/i18n.html#Internationalization">
|
|
|
@@ -260,6 +267,18 @@
|
|
|
<a href="libs/multi_index/doc/release_notes.html#boost_1_34">release notes</a>.</li>
|
|
|
</ul></li>
|
|
|
|
|
|
+ <li> <span class="library"><a href="libs/ptr_container/index.html">Pointer Container Library</a>:</span>
|
|
|
+ <ul>
|
|
|
+ <li> Support for serialization via <a href="libs/serialization/index.html">Boost.Serialization. </a>
|
|
|
+ <li> Exceptions can be disabled by defining the macro BOOST_PTR_CONTAINER_NO_EXCEPTIONS before including
|
|
|
+ any header. This macro is defined by default if BOOST_NO_EXCEPTIONS is defined.
|
|
|
+ <li> Additional <code>std::auto_ptr<T></code> overloads added s.t. one can also pass
|
|
|
+ <code>std::auto_ptr<T></code> instead of only <code>T*</code> arguments to
|
|
|
+ member functions.
|
|
|
+ <li> <code>transfer()</code> now has weaker requirements s.t. one can transfer objects from
|
|
|
+ <code>ptr_container<Derived></code> to <code>ptr_container<Base></code>,
|
|
|
+ </ul>
|
|
|
+
|
|
|
<li><span class="library"><a href="libs/python/index.html">Python Library</a>:</span>
|
|
|
<ul>
|
|
|
<li>Boost.Python now automatically appends
|