Skip to content

Commit 089dcf2

Browse files
[format.string.std] Use "declare" for typedef-names
1 parent 1e0bed7 commit 089dcf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/text.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6640,7 +6640,7 @@
66406640
\topline
66416641
\lhdr{Type} & \rhdr{Meaning} \\ \rowsep
66426642
none, \tcode{p} &
6643-
If \tcode{uintptr_t} is defined,
6643+
If \tcode{uintptr_t} is declared,
66446644
\begin{codeblock}
66456645
to_chars(first, last, reinterpret_cast<uintptr_t>(value), 16)
66466646
\end{codeblock}

0 commit comments

Comments
 (0)