File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,10 @@ There have been some exciting projects dedicated to this topic for a long time:
122122- [Cpp Dyn](https://github.com/qnope/CppDyn)
123123- ...
124124
125- But new implementations are also emerging more recently, e.g. [Proxy: Next Generation Polymorphism in C++](https://github.com/microsoft/proxy).
125+ But new implementations are also emerging more recently:
126+ - [AnyAny](https://github.com/kelbon/AnyAny)
127+ - [Proxy: Next Generation Polymorphism in C++](https://github.com/microsoft/proxy)
128+ - [Erased](https://github.com/qnope/erased)
126129
127130Ideas for offering this feature at the language level seem to make the most sense:
128131- [Typeclasses in C++](https://github.com/TartanLlama/typeclasses)
You can’t perform that action at this time.
0 commit comments