Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
eel76 authored Jan 7, 2025
1 parent f214990 commit bfce483
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ This implementation shows once again that polymorphism can be easily combined wi
There have been some exciting projects dedicated to this topic for a long time:
- [Dyno: Runtime polymorphism done right](https://github.com/ldionne/dyno)
- [Boost.TypeErasure](https://www.boost.org/doc/libs/1_86_0/doc/html/boost_typeerasure.html)
- [Cpp Dyn](https://github.com/qnope/CppDyn)
- ...
But new implementations are also emerging more recently, e.g. [Proxy: Next Generation Polymorphism in C++](https://github.com/microsoft/proxy).
Expand Down

0 comments on commit bfce483

Please sign in to comment.