Skip to content

Commit 74b7a35

Browse files
committed
[conv.double] Floating-point promotion is a single conversion
1 parent b661c7b commit 74b7a35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/expressions.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@
939939
where $N$ is the width of the destination type.
940940

941941
\pnum
942-
The conversions performed by integral promotions and boolean conversions are
942+
The conversions allowed as integral promotions and boolean conversions are
943943
excluded from the set of integral conversions.
944944

945945
\rSec2[conv.double]{Floating-point conversions}
@@ -961,7 +961,7 @@
961961
Otherwise, the behavior is undefined.
962962

963963
\pnum
964-
The conversions allowed as floating-point promotions are excluded from
964+
Floating-point promotion is excluded from
965965
the set of floating-point conversions.
966966

967967
\rSec2[conv.fpint]{Floating-integral conversions}

0 commit comments

Comments
 (0)