Opened 14 years ago
Last modified 10 years ago
#2928 new Bugs
Some relational operators are not listed in synopsis
Reported by: | Owned by: | Fernando Cacciola | |
---|---|---|---|
Milestone: | Boost 1.39.0 | Component: | optional |
Version: | Boost 1.38.0 | Severity: | Problem |
Keywords: | Cc: |
Note:
See TracTickets
for help on using tickets.
I'm not very happy about the current implementation of these operators:
Notes: calls T::T(const T&)
relational operators really have no need to make copies.
Also, it fails to match if T is a reference.
I don't want to write documentation for these functions until these detail are pinned down (either determining that this behavior is, in fact, correct, or fixing it.)