Skip to content

Commit aa9f285

Browse files
eisenwavetkoeppe
authored andcommitted
CWG3091 Linking of translation units as sequences of tokens
Fixes NB US 15-032 (C++26 CD).
1 parent 2c581e9 commit aa9f285

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/basic.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2887,8 +2887,8 @@
28872887
\indextext{program}%
28882888
\indextext{linking}%
28892889
A \defn{program} consists of one or more translation units\iref{lex.phases}
2890-
linked together. A translation unit consists
2891-
of a sequence of declarations.
2890+
that are translated and linked together.
2891+
A translation unit consists of a sequence of declarations.
28922892

28932893
\begin{bnf}
28942894
\nontermdef{translation-unit}\br

source/lex.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
\item
284284
\indextext{linking}%
285285
Translated translation units are combined, and
286-
all external entity references are resolved. Library
286+
all external entity references are resolved\iref{basic.link}. Library
287287
components are linked to satisfy external references to
288288
entities not defined in the current translation. All such translator
289289
output is collected into a program image which contains information

0 commit comments

Comments
 (0)