|
|
@@ -293,6 +293,8 @@ how to download, build, and install the libraries.</p>
|
|
|
<li><a href="array/index.html">array</a> - STL compliant
|
|
|
container wrapper for arrays of constant size, from
|
|
|
Nicolai Josuttis.</li>
|
|
|
+ <li><a href="circular_buffer/index.html">circular_buffer</a> - STL compliant
|
|
|
+ container also known as ring or cyclic buffer, from Jan Gaspar.</li>
|
|
|
<li><a href="dynamic_bitset/dynamic_bitset.html">dynamic_bitset</a> - A runtime sized version of <tt>std::bitset</tt> from Jeremy Siek and Chuck Allison.</li>
|
|
|
<li><a href="graph/doc/table_of_contents.html">graph</a> -
|
|
|
Generic graph components and algorithms, from Jeremy Siek
|