summaryrefslogtreecommitdiff
path: root/libs/libraries.htm
diff options
context:
space:
mode:
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 ad9875c6a4..e9cc0c2bdd 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -330,6 +330,8 @@ how to download, build, and install the libraries.</p>
<li><a href="tti/index.html">tti</a> - Type Traits Introspection library, from Edward Diener</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>
@@ -510,6 +512,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>