You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: standard/expressions.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -958,16 +958,16 @@ In case the parameter type sequences `{P₁, P₂, ..., Pᵥ}` and `{Q₁, Q₂
958
958
959
959
Given an implicit conversion `C₁` that converts from an expression `E` to a type `T₁`, and an implicit conversion `C₂` that converts from an expression `E` to a type `T₂`, `C₁` is a better conversion than `C₂` if one of the following holds:
960
960
961
-
- `E` exactly matches `T₁` and `E` does not exactly match `T₂` (§11.6.4.5)
962
-
- `E` exactlymatchesbothorneitherof `T₁` and `T₂`, and `T₁` isabetterconversiontargetthan `T₂` (§11.6.4.6)
961
+
- `E` exactly matches `T₁` and `E` does not exactly match `T₂` ([§11.6.4.5](expressions.md#11645-exactly-matching-expression))
962
+
- `E` exactlymatchesbothorneitherof `T₁` and `T₂`, and `T₁` isabetterconversiontargetthan `T₂` ([§11.6.4.6](expressions.md#11646-better-conversion-target))
0 commit comments