From: Daniel James (daniel_at_[hidden])
Date: 2006-02-19 15:06:26


David Abrahams wrote:
> Why is hashing located under functional? The functional library is
> deprecated, IIRC.

Because it's based on the TR1 hash functions, which are in <functional>.
So enhancements to <functional> are grouped together. I thought it was
just Boost.Compose that was deprecated and removed.

Daniel