$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2002-05-12 17:07:35
> On Sunday 12 May 2002 01:21 pm, you wrote:
> It isn't a partial specialization problem, because it's easy to pick out the
> arity of the function pointer or member function pointer without partial
> specialization. See what Dave Abrahams posted:
But that only says how many parameters there are not there types. Using the
sizeof trick won't work for a complete function_traits class.
Paul Mensonides