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
@@ -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