Some small tweaks to the hash function documentation.

[SVN r42519]
This commit is contained in:
Daniel James
2008-01-06 12:38:22 +00:00
parent 9a7fbcf0ed
commit 8078c93907
2 changed files with 10 additions and 9 deletions

View File

@@ -25,7 +25,7 @@
return seed;
}
// Now the default functions work.
// Now the default function objects work.
boost::unordered_multiset<point> points;
//]