C++ named requirements: Compare
Min standard notice:
Compare is a set of requirements expected by some of the standard library facilities from the user-provided function object types.
# Defect reports
| DR | Applied to | Behavior as published | Correct behavior |
|---|---|---|---|
| LWG 2114(P2167R3) | C++98 | contextual convertibility of return types to bool did notreflect the practice of implementations | requirements corrected |
| LWG 3031 | C++98 | requirements on const values were insufficent | requirements strengthened |