
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