On 14-01-2014 22:05, Steven Watanabe wrote:
AMDG
And which type do I use for any_cast?
You can't determine the correct type
automatically. This is exactly why
any doesn't support operator==.
Can't we delegate to the internal any_holder<T> ?
-Thorsten