Subject: Re: [Boost-users] [hash] hash returning fixed width integer instead of size_t?
From: Frédéric Bron (frederic.bron_at_[hidden])
Date: 2011-05-20 11:18:18


>> The hash type could be a template parameter, couldn't it?
>
> Not really, since the hashing is done by 'hash_value' which can be user defined.

Ah, yes, I see.

Frédéric