$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Hamish Mackenzie (boost_at_[hidden])
Date: 2001-11-26 11:50:29
On Mon, 2001-11-26 at 16:26, Andrei Alexandrescu wrote:
> Exactly. Typelists need to be instantiable because that is of help in
> passing them around to overloaded functions.
But if they contain no members you might as well pass null pointers or
use the static_arg pattern I outlined in my other post.
Hamish