$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andrei Alexandrescu (andrewalex_at_[hidden])
Date: 2001-11-26 15:27:04
From: "Peter Dimov" <pdimov_at_[hidden]>
> Not necessarily. You can pass type2type<Typelist> around, which is the
> preferable idiom since it works with any type, references, noncopyables,
and
> whatnot.
Again, why do it the more complicated way if you can do it the simple way? I
don't see any problem at all with letting typelists be instantiable, so why
bother?
Andrei