$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2007-05-20 00:16:21
Michael Marcin wrote:
> Jan Gaspar wrote:
>> Subject: circular_buffer added to boost
>>
>>
>>> Hi all,
>>>
>>> The Circular Buffer library has been added to boost (HEAD CVS).
>>>
>>> http://boost.cvs.sourceforge.net/*checkout*/boost/boost/libs/circular_buffer/doc/circular_buffer.html
>>>
>>> The implementation reflects the suggestions and improvements as a
>>> result of the formal review:
>>> - defined exception safety for every method
>>> - introduced new methods array_one(), array_two() and rerase()
>>> - contains several bug fixes and solves some compiler issues
>>> - contains better documentation in general
>>>
>>> The full list can be found here
>>> http://boost.cvs.sourceforge.net/*checkout*/boost-sandbox/boost-sandbox/libs/circular_buffer/doc/TODO
>>> and the formal review here
>>> http://boost.cvs.sourceforge.net/*checkout*/boost-sandbox/boost-sandbox/libs/circular_buffer/doc/formal_review.txt.
>>>
>
> Congrats!
>
> I'm glad you found the time to finish it up.
Me too...this is good news. Jan, could you please update the
$BOOST_ROOT/status/Jamfile.v2 so that the circular_buffer tests get included
in the regresssions? Should be pretty obvious what to do there.
Thx,
Jeff