Boost logo

Boost :

From: Gennaro Prota (gennaro_prota_at_[hidden])
Date: 2003-01-12 19:16:07


On Mon, 13 Jan 2003 00:59:21 +0100, Gennaro Prota
<gennaro_prota_at_[hidden]> wrote:

>In some old newsgroup post, searched through Google a while ago, I
>also read that the committee rejected a proposal to allow the
>generalized form f(T) with T=void

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.

Genny.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk