$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [any] Equality
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2014-01-15 04:49:58
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