Skip to content

Commit 4ff6582

Browse files
[format.string.std] Use "declare" for typedef-names
1 parent 49bd8d3 commit 4ff6582

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
@@ -6629,7 +6629,7 @@
66296629
\topline
66306630
\lhdr{Type} & \rhdr{Meaning} \\ \rowsep
66316631
none, \tcode{p} &
6632-
If \tcode{uintptr_t} is defined,
6632+
If \tcode{uintptr_t} is declared,
66336633
\begin{codeblock}
66346634
to_chars(first, last, reinterpret_cast<uintptr_t>(value), 16)
66356635
\end{codeblock}

0 commit comments

Comments
 (0)