mirror of
https://github.com/boostorg/intrusive.git
synced 2025-08-03 06:24:44 +02:00
Removed newline
This commit is contained in:
@@ -53,7 +53,6 @@ struct key_nodeptr_comp
|
|||||||
const T & key_forward(const T &key, typename enable_if_c<!is_node_ptr<T>::value>::type* = 0) const
|
const T & key_forward(const T &key, typename enable_if_c<!is_node_ptr<T>::value>::type* = 0) const
|
||||||
{ return key; }
|
{ return key; }
|
||||||
|
|
||||||
|
|
||||||
template<class KeyType, class KeyType2>
|
template<class KeyType, class KeyType2>
|
||||||
bool operator()(const KeyType &key1, const KeyType2 &key2) const
|
bool operator()(const KeyType &key1, const KeyType2 &key2) const
|
||||||
{ return base_t::get()(this->key_forward(key1), this->key_forward(key2)); }
|
{ return base_t::get()(this->key_forward(key1), this->key_forward(key2)); }
|
||||||
|
Reference in New Issue
Block a user