Correct return in the case insensitive hash funcction example.

[SVN r41127]
This commit is contained in:
Daniel James 2007-11-16 00:43:01 +00:00
parent 50650fbd34
commit 90a37ed62f

View File

@ -19,7 +19,7 @@
};
struct ihash
: std::unary_function<std::string, bool>
: std::unary_function<std::string, std::size_t>
{
std::size_t operator()(std::string const& x) const
{