----- Mensaje original -----
De: Andrej van der Zee
Hi,
I have a problem with a hash-index to a member of type std::vectorstd::strings. With boost 1.34 it compiles and runs find, but it fails to compile with 1.33! [...] typedef std::vectorstd::string keys_type;
struct entry_type { keys_type keys;
bool operator<(const entry_type& e) const { ... } }; [...] error: no matching function for call to ?hash_value(const std::vector<...>&)? [...]
Hi Andrej, to teach the compiler to hash vectors you've got
to include