Skip to content

Commit 3129966

Browse files
[extern.types] Use "declared or defined" for C library types
1 parent 302ea30 commit 3129966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lib-intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3246,7 +3246,7 @@
32463246
\tcode{::T}
32473247
and
32483248
\tcode{std::T}
3249-
are reserved to the implementation and, when defined,
3249+
are reserved to the implementation and, when declared or defined,
32503250
\tcode{::T}
32513251
shall be identical to
32523252
\tcode{std::T}.

0 commit comments

Comments
 (0)