libs: add boost.heap to libraries.htm and maintainers.txt

[SVN r76835]
This commit is contained in:
Tim Blechmann 2012-02-01 23:48:26 +00:00
parent c8d266c41e
commit 6e8fe14b44
2 changed files with 5 additions and 0 deletions

View file

@ -158,6 +158,8 @@ how to download, build, and install the libraries.</p>
<li><a href="graph/doc/table_of_contents.html">graph</a> -
Generic graph components and algorithms, from Jeremy Siek
and a University of Notre Dame team; now maintained by Andrew Sutton and Jeremiah Willcock.</li>
<li><a href="heap/index.html">heap</a> -
Priority queue data structures, from Tim Blechmann</li>
<li><a href="icl/index.html">icl</a> -
Interval Container Library, interval sets and maps and aggregation
of associated values, from Joachim Faulhaber.</li>
@ -461,6 +463,8 @@ how to download, build, and install the libraries.</p>
Interval Container Library, interval sets and maps and aggregation
of associated values, from Joachim Faulhaber.</li>
<li><a href="intrusive/index.html">intrusive</a> - Intrusive containers and algorithms, from Ion Gazta&ntilde;aga</li>
<li><a href="heap/index.html">heap</a> -
Priority queue data structures, from Tim Blechmann</li>
<li><a href="multi_index/doc/index.html">multi_index</a> - Containers with
multiple STL-compatible access interfaces, from Joaqu&iacute;n M L&oacute;pez
Mu&ntilde;oz.</li>

View file

@ -44,6 +44,7 @@ function_types Tobias Schwinger <tschwinger -at- isonews2.com>
geometry Barend Gehrels<barend -at- xs4all.nl>, Bruno Lalande <bruno.lalande -at- gmail.com>, Mateusz Loskot <mateusz -at- loskot.net>
gil Lubomir Bourdev <lbourdev -at- adobe.com>, Hailin Jin <hljin -at- adobe.com>
graph Andrew Sutton <asutton -at- cs.kent.edu>
heap Tim Blechmann <tim -at- klingt.org>
icl Joachim Faulhaber <afojgo -at- gmail.com>
integer Daryle Walker <darylew -at- hotmail.com>
interprocess Ion Gaztanaga <igaztanaga -at- gmail.com>