Boost logo

Boost :

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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk