We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f214990 commit bfce483Copy full SHA for bfce483
README.md
@@ -119,6 +119,7 @@ This implementation shows once again that polymorphism can be easily combined wi
119
There have been some exciting projects dedicated to this topic for a long time:
120
- [Dyno: Runtime polymorphism done right](https://github.com/ldionne/dyno)
121
- [Boost.TypeErasure](https://www.boost.org/doc/libs/1_86_0/doc/html/boost_typeerasure.html)
122
+- [Cpp Dyn](https://github.com/qnope/CppDyn)
123
- ...
124
125
But new implementations are also emerging more recently, e.g. [Proxy: Next Generation Polymorphism in C++](https://github.com/microsoft/proxy).
0 commit comments