On Mon, 13 Jan 2003 00:59:21 +0100, Gennaro Prota
<[EMAIL PROTECTED]> 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.

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to