$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost any questions and praise
From: Igor R (boost.lists_at_[hidden])
Date: 2010-01-31 11:26:45
> Variant seems functionally inferior to Any, the big'y being that you need to know all the types in advance.
It's not inferior but superior, as it allows type-safety.