Skip to content

Commit 79e04cd

Browse files
authored
Update README
1 parent e81f8ae commit 79e04cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,11 @@ This implementation shows once again that polymorphism can be easily combined wi
119119
There have been some exciting projects dedicated to this topic for a long time:
120120
- [Dyno: Runtime polymorphism done right](https://github.com/ldionne/dyno)
121121
- [Boost.TypeErasure](https://www.boost.org/doc/libs/1_86_0/doc/html/boost_typeerasure.html)
122+
- [TE](https://github.com/boost-ext/te)
123+
- [Folly/Poly](https://github.com/facebook/folly/blob/main/folly/docs/Poly.md)
124+
- [EnTT/poly](https://github.com/skypjack/entt/blob/master/docs/md/poly.md)
122125
- [Cpp Dyn](https://github.com/qnope/CppDyn)
126+
- [Traits](https://github.com/Morglod/cpp_traits)
123127
- ...
124128
125129
But new implementations are also emerging more recently:

0 commit comments

Comments
 (0)