$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mark Rodgers (mark.rodgers_at_[hidden])
Date: 2001-08-29 15:21:12
From: "Douglas Gregor" <gregod_at_[hidden]>
> I was recently working on a variant type that was intended to be created
on
> the stack. I believe it is possible to do, though it isn't trivial :).
This is precisely the subject of a paper by Andrei Alexandrescu at the
Second Workshop on C++ Template Programming at OOPLSA in October.
See http://www.oonumerics.org/tmpw01/
Mark