$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [rfc] Preliminary Hash Library
From: Daniel James (dnljms_at_[hidden])
Date: 2010-05-06 06:01:20
On 6 May 2010 01:55, Scott McMurray <me22.ca+boost_at_[hidden]> wrote:
> typedef boost::hash::sha2<256> HashPolicy;
This will collide with the existing 'boost::hash' (an implementation
of 'std::hash').
Daniel