$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennaro Prota (gennaro_prota_at_[hidden])
Date: 2003-01-12 19:28:35
On Mon, 13 Jan 2003 01:16:07 +0100, Gennaro Prota
<gennaro_prota_at_[hidden]> wrote:
>Maybe it's worth noting, as well, that then generalizing things a bit
>something like:
>
>
> template <typename T1, typename T2, typename T3>
> int f(T1 t1, T2 t2, T3 t3);
>
>
>becomes a generator of variadic functions with a fixed maximum number
>of arguments.
Hmm... but only if you omit the parameter names. Ok, ok... I think
it's better that I go to bed now :-)
Genny.