forked from boostorg/unordered
Try supporting reference parameters in pairs. Probably not required.
[SVN r56441]
This commit is contained in:
@@ -93,6 +93,10 @@ namespace test
|
||||
return x1.type_ != x2.type_;
|
||||
}
|
||||
};
|
||||
|
||||
std::size_t hash_value(test::object const& x) {
|
||||
return hash()(x);
|
||||
}
|
||||
|
||||
class less
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user