summaryrefslogtreecommitdiff
path: root/index.htm
diff options
context:
space:
mode:
authorThorsten Jørgen Ottosen <thorsten.ottosen@gmail.com>2006-02-18 13:15:54 +0000
committerThorsten Jørgen Ottosen <thorsten.ottosen@gmail.com>2006-02-18 13:15:54 +0000
commit3c4ed1ab08970e9568a4a5fafb9138f4bdaf8f19 (patch)
treee8ec7f48a650160794e901e6cfbf1555b43c6d97 /index.htm
parentefd7fc598364315b8968c406ac010ec63e7412fe (diff)
downloadboost-3c4ed1ab08970e9568a4a5fafb9138f4bdaf8f19.tar.gz
updated for boost.assing and boost.ptr_container
[SVN r32991]
Diffstat (limited to 'index.htm')
-rw-r--r--index.htm21
1 files changed, 20 insertions, 1 deletions
diff --git a/index.htm b/index.htm
index 6126c73beb..a9c8b0805b 100644
--- a/index.htm
+++ b/index.htm
@@ -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&lt;key,T&gt;</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&lt;T&gt;</code> overloads added s.t. one can also pass
+ <code>std::auto_ptr&lt;T&gt;</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&lt;Derived&gt</code> to <code>ptr_container&lt;Base&gt</code>,
+ </ul>
+
<li><span class="library"><a href="libs/python/index.html">Python Library</a>:</span>
<ul>
<li>Boost.Python now automatically appends