Boost 1.40 merge from trunk

[SVN r55023]
This commit is contained in:
Ion Gaztañaga
2009-07-19 00:10:29 +00:00
parent a2f8aa947f
commit 32d08cb6dc
9 changed files with 23 additions and 30 deletions
+1 -1
View File
@@ -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