Skip to content

Commit 7cf2103

Browse files
committed
[bit.cast] Use colon to introduce list to avoid ambiguity.
During LWG discussion it was suggested that a colon makes it clearer that the subsequent list applies only in the context of "u".
1 parent a7cea86 commit 7cf2103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18873,7 +18873,7 @@
1887318873
for which the smallest enclosing object has an erroneous value.
1887418874
For each bit $b$ in the value representation of the result
1887518875
that is indeterminate or erroneous,
18876-
let $u$ be the smallest object containing that bit enclosing $b$.
18876+
let $u$ be the smallest object containing that bit enclosing $b$:
1887718877
\begin{itemize}
1887818878
\item
1887918879
If $u$ is of unsigned ordinary character type or \tcode{std::byte} type,

0 commit comments

Comments
 (0)