From Jason Turner

[res.on.headers]

Diff to HTML by rtfpessoa

tmp/tmp4o5_uluf/{from.md → to.md} RENAMED
@@ -1,17 +1,16 @@
1
  #### Headers <a id="res.on.headers">[[res.on.headers]]</a>
2
 
3
- A C++header may include other C++headers. A C++header shall provide the
4
- declarations and definitions that appear in its synopsis. A C++header
5
- shown in its synopsis as including other C++headers shall provide the
6
- declarations and definitions that appear in the synopses of those other
7
- headers.
8
 
9
  Certain types and macros are defined in more than one header. Every such
10
  entity shall be defined such that any header that defines it may be
11
- included after any other header that also defines it (
12
- [[basic.def.odr]]).
13
 
14
- The C standard library headers ([[depr.c.headers]]) shall include only
15
  their corresponding C++ standard library header, as described in 
16
  [[headers]].
17
 
 
1
  #### Headers <a id="res.on.headers">[[res.on.headers]]</a>
2
 
3
+ A C++ header may include other C++ headers. A C++ header shall provide
4
+ the declarations and definitions that appear in its synopsis. A C++
5
+ header shown in its synopsis as including other C++ headers shall
6
+ provide the declarations and definitions that appear in the synopses of
7
+ those other headers.
8
 
9
  Certain types and macros are defined in more than one header. Every such
10
  entity shall be defined such that any header that defines it may be
11
+ included after any other header that also defines it [[basic.def.odr]].
 
12
 
13
+ The C standard library headers [[depr.c.headers]] shall include only
14
  their corresponding C++ standard library header, as described in 
15
  [[headers]].
16