Skip to content

Commit 0443f94

Browse files
committed
[conv.fpint] Remove duplicate UB label
1 parent bc71c7e commit 0443f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@
10171017
exactly as a value of the floating-point type.
10181018
\end{note}
10191019
If the value being converted is
1020-
outside the range of values that can be represented, the behavior is undefined\ubdef{conv.fpint.not.represented}. If the
1020+
outside the range of values that can be represented, the behavior is undefined. If the
10211021
source type is \keyword{bool}, the value \keyword{false} is converted to zero and the value
10221022
\keyword{true} is converted to one.
10231023

0 commit comments

Comments
 (0)