|
Boost : |
From: Joaquín Mª López Muñoz (joaquin_at_[hidden])
Date: 2006-03-28 10:27:45
the first code snippet of Boost.Hash tutorial reads:
std::unordered_multiset<std::vector<int>, boost::hash<int> >
set_of_ints;
...
I guess it should read:
std::unordered_multiset<int, boost::hash<int> >
set_of_ints;
...
Best regards,
Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk