mirror of
https://github.com/boostorg/intrusive.git
synced 2025-10-04 20:30:57 +02:00
Boost 1.40 changes
[SVN r54339]
This commit is contained in:
@@ -34,7 +34,7 @@ class MyClass : public set_base_hook<optimize_size<true> >
|
||||
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 a set using the base hook that will store values in reverse order
|
||||
|
Reference in New Issue
Block a user