File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,11 @@ This implementation shows once again that polymorphism can be easily combined wi
119119There 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
125129But new implementations are also emerging more recently:
You can’t perform that action at this time.
0 commit comments