Skip to content

Commit e81f8ae

Browse files
authored
Update README
1 parent bfce483 commit e81f8ae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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
127130
Ideas for offering this feature at the language level seem to make the most sense:
128131
- [Typeclasses in C++](https://github.com/TartanLlama/typeclasses)

0 commit comments

Comments
 (0)