ソースを参照

added typeof entries

[SVN r33401]
Arkadiy Vertleyb 20 年 前
コミット
9512341a97
1 ファイル変更4 行追加0 行削除
  1. 4 0
      libs/libraries.htm

+ 4 - 0
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>

粤ICP备19079148号