$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-03-21 12:48:13
On Wednesday 20 March 2002 07:29 pm, you wrote:
> Why not make that default and instead have:
>
> strict_arity(_1 + _2)
>
> ???
Or more simply:
arity<N>(_1 + _2)
Doug