|
1083 | 1083 | \item
|
1084 | 1084 | For the relational\iref{expr.rel} operators,
|
1085 | 1085 | the rewritten candidates include
|
1086 |
| -all member, non-member, and built-in candidates |
| 1086 | +all non-rewritten candidates |
1087 | 1087 | for the expression \tcode{x <=> y}.
|
1088 | 1088 | \item
|
1089 | 1089 | For the
|
|
1093 | 1093 | the rewritten candidates also include
|
1094 | 1094 | a synthesized candidate,
|
1095 | 1095 | with the order of the two parameters reversed,
|
1096 |
| -for each member, non-member, and built-in candidate |
| 1096 | +for each non-rewritten candidate |
1097 | 1097 | for the expression
|
1098 | 1098 | \tcode{y <=> x}.
|
1099 | 1099 | \item
|
1100 | 1100 | For the \tcode{!=} operator\iref{expr.eq},
|
1101 | 1101 | the rewritten candidates
|
1102 |
| -include all member, non-member, and built-in candidates |
| 1102 | +include all non-rewritten candidates |
1103 | 1103 | for the expression \tcode{x == y}.
|
1104 | 1104 | \item
|
1105 | 1105 | For the equality operators,
|
1106 | 1106 | the rewritten candidates also include a synthesized candidate,
|
1107 | 1107 | with the order of the two parameters reversed,
|
1108 |
| -for each member, non-member, and built-in candidate |
| 1108 | +for each non-rewritten candidate |
1109 | 1109 | for the expression \tcode{y == x}.
|
1110 | 1110 | \item
|
1111 | 1111 | For all other operators, the rewritten candidate set is empty.
|
|
0 commit comments