Skip to content

Commit a5603f0

Browse files
jfbastientkoeppe
authored andcommitted
[basic.fundamental] Remove a footnote that was describing a particular possible manifestation of undefined behaviour
The note was problematic, as (by omission) it suggested that such behaviour might not be true for other types.
1 parent 8035cdb commit a5603f0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

source/basic.tex

+1-4
Original file line numberDiff line numberDiff line change
@@ -4364,10 +4364,7 @@
43644364
alignment requirements as
43654365
an \impldef{underlying type of \tcode{bool}} unsigned integer type.
43664366
The values of type \tcode{bool} are
4367-
\tcode{true} and \tcode{false}.\footnote{Using a \tcode{bool} value
4368-
in ways described by this document as ``undefined'',
4369-
such as by examining the value of an uninitialized automatic object,
4370-
might cause it to behave as if it is neither \tcode{true} nor \tcode{false}.}
4367+
\tcode{true} and \tcode{false}.
43714368
\begin{note}
43724369
There are no \tcode{signed}, \tcode{unsigned},
43734370
\tcode{short}, or \tcode{long bool} types or values.

0 commit comments

Comments
 (0)