$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Adding any_dynamic_cast?
From: Peter Dimov (lists_at_[hidden])
Date: 2016-11-12 09:56:52
Steven Watanabe wrote:
> This idea was proposed a long time ago by Alexander Nasonov. He even
> used the same name.
I remember Alexander Nasonov's dynamic_any, but my recollection was that it
was dynamic in the sense of allowing additional operations on any<> such as
for example operator== and so on.
Although you're right, it uses this exact technique.
We didn't adopt that for some reason, anybody remember why?