mirror of
https://github.com/boostorg/boost.git
synced 2025-04-11 07:41:06 +00:00
circular_buffer: library included into boost documentation
[SVN r37711]
This commit is contained in:
parent
79d9cad200
commit
81cde09a2e
4 changed files with 16 additions and 1 deletions
|
@ -91,6 +91,18 @@
|
|||
</libraryinfo>
|
||||
</library>
|
||||
|
||||
<library name="Circular Buffer" dirname="circular_buffer" html-only="1"
|
||||
url="../../libs/circular_buffer/index.html">
|
||||
<libraryinfo>
|
||||
<author>
|
||||
<firstname>Jan</firstname>
|
||||
<surname>Gaspar</surname>
|
||||
</author>
|
||||
<librarypurpose>A STL compliant container also known as ring or cyclic buffer</librarypurpose>
|
||||
<librarycategory name="category:containers"/>
|
||||
</libraryinfo>
|
||||
</library>
|
||||
|
||||
<library name="Compatibility" dirname="compatibility" html-only="1">
|
||||
<libraryinfo>
|
||||
<author>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit a2c7a7a7e37ae352c72fafa4855c16d91a762915
|
||||
Subproject commit 1b4b86c375cd60a4b199a3cf6dcb18a140d6fd4a
|
|
@ -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
|
||||
|
|
|
@ -4,6 +4,7 @@ any Alexander Nasonov <alexander.nasonov -at- gmail.com>
|
|||
array
|
||||
assign Thorsten Ottosen <nesotto -at- cs.auc.dk>
|
||||
bind Peter Dimov <pdimov -at- mmltd.net>
|
||||
circular_buffer Jan Gaspar <jano_gaspar -at- yahoo.com>
|
||||
concept_check Jeremy Siek <jeremy.siek -at- gmail.com>
|
||||
config John Maddock <john -at- johnmaddock.co.uk>
|
||||
conversion Alexander Nasonov <alexander.nasonov -at- gmail.com>
|
||||
|
|
Loading…
Add table
Reference in a new issue