Update libs/libraries.htm from release.

[SVN r63196]
This commit is contained in:
Daniel James 2010-06-21 20:37:28 +00:00
parent 327b255b4a
commit fc954e8142

View file

@ -138,11 +138,11 @@ how to download, build, and install the libraries.</p>
<li><a href="functional/index.html">functional</a> - Enhanced
function object adaptors, from Mark Rodgers.</li>
<li><a href="functional/factory/index.html">functional/factory</a> -
Function objects for dynamic and by-value construction,
from Tobias Schwinger.</li>
function object templates for dynamic and static object creation,
from Tobias Schwinger</li>
<li><a href="functional/forward/index.html">functional/forward</a> -
Function object adapters to address the forwarding problem,
from Tobias Schwinger.</li>
adapters to allow generic function objects to accept arbitrary
arguments, from Tobias Schwinger</li>
<li><a href="functional/hash/index.html">functional/hash</a> -
A TR1 hash function object that can be extended to hash user defined
types, from Daniel James.</li>
@ -432,6 +432,12 @@ how to download, build, and install the libraries.</p>
for deferred calls or callbacks, from Doug Gregor.</li>
<li><a href="functional/index.html">functional</a> - Enhanced
function object adaptors, from Mark Rodgers.</li>
<li><a href="functional/factory/index.html">functional/factory</a> -
function object templates for dynamic and static object creation,
from Tobias Schwinger</li>
<li><a href="functional/forward/index.html">functional/forward</a> -
adapters to allow generic function objects to accept arbitrary
arguments, from Tobias Schwinger</li>
<li><a href="functional/hash/index.html">functional/hash</a> -
A TR1 hash function object that can be extended to hash user defined
types, from Daniel James.</li>