tmp/tmppw510ugu/{from.md → to.md}
RENAMED
|
@@ -28,12 +28,12 @@ that is, for operators applied to types for which they are defined by
|
|
| 28 |
this Standard. However, these built-in operators participate in overload
|
| 29 |
resolution, and as part of that process user-defined conversions will be
|
| 30 |
considered where necessary to convert the operands to types appropriate
|
| 31 |
for the built-in operator. If a built-in operator is selected, such
|
| 32 |
conversions will be applied to the operands before the operation is
|
| 33 |
-
considered further according to the rules in
|
| 34 |
-
[[
|
| 35 |
|
| 36 |
If during the evaluation of an expression, the result is not
|
| 37 |
mathematically defined or not in the range of representable values for
|
| 38 |
its type, the behavior is undefined.
|
| 39 |
|
|
|
|
| 28 |
this Standard. However, these built-in operators participate in overload
|
| 29 |
resolution, and as part of that process user-defined conversions will be
|
| 30 |
considered where necessary to convert the operands to types appropriate
|
| 31 |
for the built-in operator. If a built-in operator is selected, such
|
| 32 |
conversions will be applied to the operands before the operation is
|
| 33 |
+
considered further according to the rules in [[expr.compound]]; see
|
| 34 |
+
[[over.match.oper]], [[over.built]].
|
| 35 |
|
| 36 |
If during the evaluation of an expression, the result is not
|
| 37 |
mathematically defined or not in the range of representable values for
|
| 38 |
its type, the behavior is undefined.
|
| 39 |
|