From: Igor R (boost.lists_at_[hidden])
Date: 2008-06-22 10:59:55


> Does anyone have a suggestion as to how I can get a value out of a
> boost::any for which I don't know the specific type stored in it?

Probably, the most safe way is just to change boost::any to boost::variant ?