$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2008-07-23 05:22:44
Daniel James skrev:
> On 21/07/2008, JOAQUIN M. LOPEZ MUÃOZ <joaquin_at_[hidden]> wrote:
>> I wonder whether we already have some place to begin adding content
>> to the 1.36 release notes--you know, listing the new libraries and
>> significant updates.
>
> http://svn.boost.org/svn/boost/website/public_html/beta/feed/history/boost_1_36_0.qbk
>
> if you're not comfortable with quickbook, just send what you want to
> add to the list.
That I am not.
For Boost.Assign we need the following description:
"list_of() (and its variants) now has overloaded comparison operators.
This allows you to write test code such as BOOST_CHECK_EQUAL(
my_container, list_of(2)(3)(4)(5) );."
For Boost.PtrContainer we need the following:
"Support for a few more containers, and addition of insert iterators.
For details see <a href
="libs/ptr_container/doc/ptr_container.html#upgrading-from-boost-v-1-35">upgrading
details</a>".
Thanks
-Thorsten