mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 09:00:36 +00:00
Add type_erasure to the main library list.
[SVN r83386]
This commit is contained in:
parent
78c5cab0b4
commit
3cb8484fde
1 changed files with 4 additions and 0 deletions
|
@ -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ä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ä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>
|
||||
|
|
Loading…
Add table
Reference in a new issue