$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Bruno Martínez (br1_at_[hidden])
Date: 2006-02-08 14:57:15
On Wed, 08 Feb 2006 13:41:57 -0200, Rene Rivera
<grafik.list_at_[hidden]> wrote:
> There's no easy way for the boost.any code to work with polymorphic
> types as you expect since there's no current way to know what types are
> convertible at runtime. (Perhaps when there's a boost.reflect)
I think dynamic_any already works as the OP needs.
Bruno