added typeof entries

[SVN r33401]
This commit is contained in:
Arkadiy Vertleyb 2006-03-20 01:20:11 +00:00
parent 092768871d
commit 9512341a97

View file

@ -243,6 +243,8 @@ how to download, build, and install the libraries.</p>
<li><a href="type_traits/index.html">type_traits</a> -
Templates for fundamental properties of types, from John
Maddock, Steve Cleary, et al.</li>
<li><a href="typeof/index.html">typeof</a> -
Typeof operator emulation, from Arkadiy Vertleyb and Peder Holt.</li>
<li><a href="numeric/ublas/doc/index.htm">uBLAS</a> - Basic linear algebra
for dense, packed and sparse matrices, from Joerg Walter and Mathias Koch.</li>
<li><a href="utility/utility.htm">utility</a> - Class <b>noncopyable</b>
@ -586,6 +588,8 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
<li><a href="tr1/index.html">TR1</a> - An implementation of the Technical
Report on C++ Library Extensions, using other Boost libraries as a basis, from John Maddock.</li>
<li><a href="../doc/html/tribool.html">tribool</a> - 3-state boolean type library, from Doug Gregor.</li>
<li><a href="typeof/index.html">typeof</a> -
Typeof operator emulation, from Arkadiy Vertleyb and Peder Holt.</li>
<li><a href="utility/utility.htm">utility</a> - Class <b>noncopyable</b>
plus <b>checked_delete()</b>, <b>checked_array_delete()</b>, <b>next(),</b>&nbsp;
<b>prior()</b>