Skip to content

Commit cd42bf5

Browse files
committed
[conv.fpint] Remove unreferenced \ubdef that causes an undefined symbol error
1 parent 2d2cfa0 commit cd42bf5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/expressions.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,8 @@
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.int.not.represented}
1020+
outside the range of values that can be represented, the behavior is undefined.
1021+
% \ubdef{conv.fpint.int.not.represented}
10211022
If the
10221023
source type is \keyword{bool}, the value \keyword{false} is converted to zero and the value
10231024
\keyword{true} is converted to one.

0 commit comments

Comments
 (0)