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... 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... and the formal review here http://boost.cvs.sourceforge.net/*checkout*/boost-sandbox/boost-sandbox/libs.... Jan ___________________________________________________________ Yahoo! Answers - Got a question? Someone out there knows the answer. Try it now. http://uk.answers.yahoo.com/

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...
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... and the formal review here http://boost.cvs.sourceforge.net/*checkout*/boost-sandbox/boost-sandbox/libs....
Congrats! I'm glad you found the time to finish it up. Thanks, Michael Marcin

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...
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... and the formal review here http://boost.cvs.sourceforge.net/*checkout*/boost-sandbox/boost-sandbox/libs....
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
participants (3)
-
Jan Gaspar
-
Jeff Garland
-
Michael Marcin