Skip to content

Commit 35381f1

Browse files
committed
[conv.fpint] Remove unreferenced \ubdef that causes an undefined symbol error
1 parent 88a6384 commit 35381f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/expressions.tex

+2-1
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,8 @@
10181018
exactly as a value of the floating-point type.
10191019
\end{note}
10201020
If the value being converted is
1021-
outside the range of values that can be represented, the behavior is undefined.\ubdef{conv.fpint.int.not.represented}
1021+
outside the range of values that can be represented, the behavior is undefined.
1022+
% \ubdef{conv.fpint.int.not.represented}
10221023
If the
10231024
source type is \keyword{bool}, the value \keyword{false} is converted to zero and the value
10241025
\keyword{true} is converted to one.

0 commit comments

Comments
 (0)