On Wed, 12 Oct 2005 18:09:20 -0500
Doug Gregor <dgregor@cs.indiana.edu> wrote:
So long as we're careful about deallocating the memory at the right
time, sure; boost::any makes that kind of thing very, very easy.
You can also use boost::shared_ptr< void >...