Add type_erasure to the main library list.

[SVN r83386]
This commit is contained in:
Steven Watanabe 2013-03-10 00:00:58 +00:00
parent 78c5cab0b4
commit 3cb8484fde

View file

@ -330,6 +330,8 @@ how to download, build, and install the libraries.</p>
<li><a href="../doc/html/tribool.html">tribool</a> - 3-state boolean type library, from Doug Gregor.</li>
<li><a href="tuple/doc/tuple_users_guide.html">tuple</a> - Ease definition of functions returning multiple values, and more,
from Jaakko J&auml;rvi.</li>
<li><a href="type_erasure/index.html">type_erasure</a> -
Runtime polymorphism based on concepts, from Steven Watanabe.</li>
<li><a href="type_traits/index.html">type_traits</a> -
Templates for fundamental properties of types, from John
Maddock, Steve Cleary, et al.</li>
@ -504,6 +506,8 @@ how to download, build, and install the libraries.</p>
from Jaakko J&auml;rvi.</li>
<li><a href="variant/index.html">variant</a> - Safe, generic, stack-based
discriminated union container, from Eric Friedman and Itay Maman.</li>
<li><a href="type_erasure/index.html">type_erasure</a> -
Runtime polymorphism based on concepts, from Steven Watanabe.</li>
</ul>
<h3><a name="Domain">Domain Specific</a></h3>