Skip to content

Commit

Permalink
[conv.double] Floating-point promotion is a single conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
sdkrystian committed Apr 29, 2020
1 parent 02f5087 commit 1782eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/expressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@
where $N$ is the width of the destination type.

\pnum
The conversions performed by integral promotions and boolean conversions are
The conversions allowed as integral promotions and boolean conversions are
excluded from the set of integral conversions.

\rSec2[conv.double]{Floating-point conversions}
Expand All @@ -911,7 +911,7 @@
Otherwise, the behavior is undefined.

\pnum
The conversions allowed as floating-point promotions are excluded from
The conversion allowed as floating-point promotion is excluded from
the set of floating-point conversions.

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

0 comments on commit 1782eb7

Please sign in to comment.