summaryrefslogtreecommitdiff
path: root/libs/libraries.htm
diff options
context:
space:
mode:
authorArkadiy Vertleyb <vertleyb@hotmail.com>2006-03-20 01:20:11 +0000
committerArkadiy Vertleyb <vertleyb@hotmail.com>2006-03-20 01:20:11 +0000
commit9512341a97b6e72e13ae9cebae48d8d22ac681ff (patch)
tree6cb48999f4c88cfac76096db9d0ddcf0f568449b /libs/libraries.htm
parent092768871d61db8830cc884cb41d2c5f638c6529 (diff)
downloadboost-9512341a97b6e72e13ae9cebae48d8d22ac681ff.tar.gz
added typeof entries
[SVN r33401]
Diffstat (limited to 'libs/libraries.htm')
-rw-r--r--libs/libraries.htm4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/libraries.htm b/libs/libraries.htm
index 768cef45ea..e1172c78f7 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -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>