diff options
author | Thorsten Jørgen Ottosen <thorsten.ottosen@gmail.com> | 2006-02-18 13:15:54 +0000 |
---|---|---|
committer | Thorsten Jørgen Ottosen <thorsten.ottosen@gmail.com> | 2006-02-18 13:15:54 +0000 |
commit | 3c4ed1ab08970e9568a4a5fafb9138f4bdaf8f19 (patch) | |
tree | e8ec7f48a650160794e901e6cfbf1555b43c6d97 /index.htm | |
parent | efd7fc598364315b8968c406ac010ec63e7412fe (diff) | |
download | boost-3c4ed1ab08970e9568a4a5fafb9138f4bdaf8f19.tar.gz |
updated for boost.assing and boost.ptr_container
[SVN r32991]
Diffstat (limited to 'index.htm')
-rw-r--r-- | index.htm | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -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 |