mirror of
https://github.com/boostorg/unordered.git
synced 2026-05-03 19:30:53 +02:00
Use pre-review copy of unordered for trunk.
[SVN r42183]
This commit is contained in:
@@ -27,7 +27,7 @@ namespace hash_examples
|
||||
template <typename String1, typename String2>
|
||||
bool operator()(String1 const& x1, String2 const& x2) const
|
||||
{
|
||||
return boost::algorithm::iequals(x1, x2, locale_);
|
||||
return boost::algorithm::iequals(x1, x2);
|
||||
}
|
||||
private:
|
||||
std::locale locale_;
|
||||
|
||||
Reference in New Issue
Block a user