Opened 13 years ago
Closed 13 years ago
#3164 closed Bugs (fixed)
pasto in docs
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | To Be Determined | Component: | intrusive |
Version: | Boost Release Branch | Severity: | Problem |
Keywords: | pasto, doc | Cc: |
Description
http://www.boost.org/doc/libs/1_39_0/doc/html/intrusive/set_multiset.html
I'm rather confident that this is wrong:
friend bool operator== (const MyClass &a, const MyClass &b)
{ return a.int_ < b.int_; }
Note:
See TracTickets
for help on using tickets.
Fixed for Boost 1.40