From Jason Turner

[using.headers]

Diff to HTML by rtfpessoa

tmp/tmpuxfp9t9v/{from.md → to.md} RENAMED
@@ -6,12 +6,12 @@ appropriate `#include` preprocessing directive ([[cpp.include]]).
6
 
7
  A translation unit may include library headers in any order (Clause 
8
  [[lex]]). Each may be included more than once, with no effect different
9
  from being included exactly once, except that the effect of including
10
  either `<cassert>` or `<assert.h>` depends each time on the lexically
11
- current definition of `NDEBUG`.[^20]
12
 
13
- A translation unit shall include a header only outside of any external
14
  declaration or definition, and shall include the header lexically before
15
  the first reference in that translation unit to any of the entities
16
  declared in that header. No diagnostic is required.
17
 
 
6
 
7
  A translation unit may include library headers in any order (Clause 
8
  [[lex]]). Each may be included more than once, with no effect different
9
  from being included exactly once, except that the effect of including
10
  either `<cassert>` or `<assert.h>` depends each time on the lexically
11
+ current definition of `NDEBUG`.[^19]
12
 
13
+ A translation unit shall include a header only outside of any
14
  declaration or definition, and shall include the header lexically before
15
  the first reference in that translation unit to any of the entities
16
  declared in that header. No diagnostic is required.
17