From: Jaap Suter (boost_at_[hidden])
Date: 2005-03-09 09:49:46


I would like to second the following:

"1. The overloads of hash_value for STL containers forces the implementation
to include <vector>, <list>, etc., which makes the header a little
heavier than desired."

I'd say it's not a 'little' heavier but a lot heavier. Can we not put the
extensions in their own header files; vector_hash.hpp or something?

Not everybody has all these containers in a precompiled header already.

Thanks,

Jaap Suter