$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Eric Friedman (ebf_at_[hidden])
Date: 2003-10-05 17:55:39
E. Gladyshev wrote:
> Took a quick look at the boost::variant sources.
> I was inventing the wheel... not for the first time. :)
>
> I need to digest it a little more, but it does seem
> like a cool stuff.
Thanks!
[snip]
> Does variant have storage allocation policies?
> It doesn't seem to have it.
No, it doesn't. In general, storage is on the stack.
> Didn't see the docs. I guess not there yet?
They are still not wholly complete, but a recent build is available at:
Thanks,
Eric