
9 May
2010
9 May
'10
4:32 p.m.
On 9 May 2010 12:25, John Maddock <boost.regex@virgin.net> wrote:
It seems like these are all natural allies to the stuff already in boost::hash, what's the issue in also using that name and extending the existing hash function library?
Sorry, I should have been more clear. boost::hash is a class template like std::tr1::hash, not a namespace.
From <boost/functional/hash/hash_fwd.hpp>:
namespace boost { template <class T> struct hash; } ~ Scott McMurray