forked from boostorg/intrusive
Boost 1.40 changes
[SVN r54339]
This commit is contained in:
@@ -33,7 +33,7 @@ class MyClass : public bs_set_base_hook<>
|
||||
friend bool operator> (const MyClass &a, const MyClass &b)
|
||||
{ return a.int_ > b.int_; }
|
||||
friend bool operator== (const MyClass &a, const MyClass &b)
|
||||
{ return a.int_ < b.int_; }
|
||||
{ return a.int_ == b.int_; }
|
||||
};
|
||||
|
||||
//Define an sg_set using the base hook that will store values in reverse order
|
||||
|
||||
Reference in New Issue
Block a user