mirror of
https://github.com/boostorg/boost.git
synced 2025-04-16 18:24:43 +00:00
added typeof entries
[SVN r33401]
This commit is contained in:
parent
092768871d
commit
9512341a97
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
<b>prior()</b>
|
||||
|
|
Loading…
Add table
Reference in a new issue