$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel James (daniel_at_[hidden])
Date: 2005-04-12 02:06:59
Thorsten Ottosen wrote:
> what if the member is any other range?
>
> I'm saying the decision to overload hash_value for arrays seems a bit
> arbitrary.
Ranges that aren't part of the standard can supply their own overloads.
The library currently only supports built in types and members of 'std'.
Ideally overloads of hash_value for other boost libraries should be
contained in the other library (I'm thinking about creating a separate
header which contains the bare minimum includes to do this).
Daniel