From Jason Turner

[lex.separate]

Diff to HTML by rtfpessoa

tmp/tmpbxg4uayt/{from.md → to.md} RENAMED
@@ -3,11 +3,11 @@
3
  The text of the program is kept in units called *source files* in this
4
  document. A source file together with all the headers [[headers]] and
5
  source files included [[cpp.include]] via the preprocessing directive
6
  `#include`, less any source lines skipped by any of the conditional
7
  inclusion [[cpp.cond]] preprocessing directives, is called a
8
- *translation unit*.
9
 
10
  [*Note 1*: A C++ program need not all be translated at the same
11
  time. — *end note*]
12
 
13
  [*Note 2*: Previously translated translation units and instantiation
 
3
  The text of the program is kept in units called *source files* in this
4
  document. A source file together with all the headers [[headers]] and
5
  source files included [[cpp.include]] via the preprocessing directive
6
  `#include`, less any source lines skipped by any of the conditional
7
  inclusion [[cpp.cond]] preprocessing directives, is called a
8
+ *preprocessing translation unit*.
9
 
10
  [*Note 1*: A C++ program need not all be translated at the same
11
  time. — *end note*]
12
 
13
  [*Note 2*: Previously translated translation units and instantiation