We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8035cdb commit a5603f0Copy full SHA for a5603f0
source/basic.tex
@@ -4364,10 +4364,7 @@
4364
alignment requirements as
4365
an \impldef{underlying type of \tcode{bool}} unsigned integer type.
4366
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}.}
+\tcode{true} and \tcode{false}.
4371
\begin{note}
4372
There are no \tcode{signed}, \tcode{unsigned},
4373
\tcode{short}, or \tcode{long bool} types or values.
0 commit comments