mirror of
https://github.com/boostorg/multi_index.git
synced 2025-05-10 15:34:03 +00:00
missing const qualifier
[SVN r32623]
This commit is contained in:
parent
4797a93e7b
commit
1654aaa24e
@ -33,7 +33,7 @@ struct value_comparison:std::binary_function<Value,Value,bool>
|
|||||||
|
|
||||||
bool operator()(
|
bool operator()(
|
||||||
typename call_traits<Value>::param_type x,
|
typename call_traits<Value>::param_type x,
|
||||||
typename call_traits<Value>::param_type y)
|
typename call_traits<Value>::param_type y)const
|
||||||
{
|
{
|
||||||
return comp(key(x),key(y));
|
return comp(key(x),key(y));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user