mirror of
https://github.com/boostorg/unordered.git
synced 2025-05-11 05:23:58 +00:00
Correct return in the case insensitive hash funcction example.
[SVN r41127]
This commit is contained in:
parent
50650fbd34
commit
90a37ed62f
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user