[hash] typo in tutorial

28 Mar
2006
28 Mar
'06
3:27 p.m.
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
7059
Age (days ago)
7059
Last active (days ago)
0 comments
1 participants
participants (1)
-
Joaquín Mª López Muñoz