Comment on Type Erasure in C++ ExplainedparentComments−LaLaLand1225yAnd if it were in the standard there wouldn't be at least five well known libraries implementing it (including from Adobe and from Facebook): https://github.com/boost-ext/te#similar-librariesAs far as I know (I don't really follow the committee work) the latest attempt to introduce run-time duck-typing in the standard was https://github.com/andyprowl/virtual-concepts, which seems dead.−einpoklum5yAt the link, the library description says:run-time polymorphism (type erasure)I would argue that it's the first rather than the second.
Comments
And if it were in the standard there wouldn't be at least five well known libraries implementing it (including from Adobe and from Facebook): https://github.com/boost-ext/te#similar-libraries
As far as I know (I don't really follow the committee work) the latest attempt to introduce run-time duck-typing in the standard was https://github.com/andyprowl/virtual-concepts, which seems dead.
At the link, the library description says:
I would argue that it's the first rather than the second.