$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: brianjparker_at_[hidden]
Date: 2001-11-15 15:13:26
--- In boost_at_y..., "Dale Peakall" <dale.peakall_at_b...> wrote:
> I remember seeing this discussed, but I can't find any work-in-
progress
> in the vault. Has interest died? Has everyone run out of time, or
have
> I just missed the files?
>
> - Dale.
I recently submitted valunion which is a purely stack-based
discriminated union class.
It is in the files section called "bjputilities*.zip".
Does this do what you want?
Unfortunately, the current implementation uses partial
spcecialisation and so will only compile on an up-to-date compiler (I
use Intel C++).
Cheers,
Brian Parker.