$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel James (daniel_at_[hidden])
Date: 2005-04-11 12:29:16
David Abrahams wrote:
> Array types in function parameter lists decay to pointers, so of
> course that's ambiguous.  Maybe you mean  
> 
>   template <class T, std::size_t N>
>   size_t hash_value( T (&x)[N] );
> 
> ??
Yes.