$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Philippe A. Bouchard (philippe_at_[hidden])
Date: 2003-08-05 13:39:30
John Torjo wrote:
[...]
> I have not compiled it, but looks ok.
> Anyway, why the two (( and )) ?
Needed to generate one parameter only (typelist), otherwise foo() will need
to be declared indefinitely.
> I think it's not needed.
Maybe future compilers will create implicit typelists for foo(...)
declarations. I guess this is where everything tends to.
> Anyway, I'm not sure how much this generality can buy you.
> I do like it, though :)
>
> By the way, Andrei Alexandrescu had an article (about 4-5 years ago)
> about inline containers. Look it up.
Thanks, I'll look it up.
Philippe