$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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