$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-08-05 09:15:56
On Monday 05 August 2002 12:27 am, David Abrahams wrote:
> > although we can extract the arity in the absence
> > of partial specialization if anyone is interested.
>
> I'm already doing that in Boost.Python (see
> boost/python/detail/arg_tuple_size.hpp).
>
> -Dave
Are you proposing a merge, then? (FWIW, I did port the function_traits arity
code over for compilers without partial specialization)
Doug