Template parameters finished.

[SVN r2533]
This commit is contained in:
Jan Gaspar
2005-03-15 17:24:27 +00:00
parent 1490b26523
commit d649fd7a89
7 changed files with 66 additions and 42 deletions

View File

@@ -20,6 +20,7 @@ namespace boost {
\brief Space optimized circular buffer container adaptor.
\param T The type of the elements stored in the space optimized circular buffer.
\param Alloc The allocator type used for all internal memory management.
Default: std::allocator<T>
\author <a href="mailto:jano_gaspar[at]yahoo.com">Jan Gaspar</a>
\version 1.3
\date 2004

View File

@@ -32,6 +32,7 @@ namespace boost {
\brief Circular buffer - a STL compliant container.
\param T The type of the elements stored in the circular buffer.
\param Alloc The allocator type used for all internal memory management.
Default: std::allocator<T>
\author <a href="mailto:jano_gaspar[at]yahoo.com">Jan Gaspar</a>
\version 3.6
\date 2004