From Jason Turner

[compliance]

Diff to HTML by rtfpessoa

tmp/tmp_pmmff9q/{from.md → to.md} RENAMED
@@ -9,23 +9,24 @@ headers. This set shall include at least the headers shown in Table 
9
  [[tab:cpp.headers.freestanding]].
10
 
11
  **Table: C++headers for freestanding implementations** <a id="tab:cpp.headers.freestanding">[tab:cpp.headers.freestanding]</a>
12
 
13
  | Subclause | | Header |
14
- | ---------------------- | ------------------------- | -------------------------------------- |
15
  | | | `<ciso646>` |
16
  | [[support.types]] | Types | `<cstddef>` |
17
  | [[support.limits]] | Implementation properties | `<cfloat>` `<limits>` `<climits>` |
18
  | [[cstdint]] | Integer types | `<cstdint>` |
19
  | [[support.start.term]] | Start and termination | `<cstdlib>` |
20
  | [[support.dynamic]] | Dynamic memory management | `<new>` |
21
  | [[support.rtti]] | Type identification | `<typeinfo>` |
22
  | [[support.exception]] | Exception handling | `<exception>` |
23
  | [[support.initlist]] | Initializer lists | `<initializer_list>` |
24
- | [[support.runtime]] | Other runtime support | `<cstdalign>` `<cstdarg>` `<cstdbool>` |
25
  | [[meta]] | Type traits | `<type_traits>` |
26
  | [[atomics]] | Atomics | `<atomic>` |
 
27
 
28
 
29
  The supplied version of the header `<cstdlib>` shall declare at least
30
  the functions `abort`, `atexit`, `at_quick_exit`, `exit`, and
31
  `quick_exit` ([[support.start.term]]). The other headers listed in this
 
9
  [[tab:cpp.headers.freestanding]].
10
 
11
  **Table: C++headers for freestanding implementations** <a id="tab:cpp.headers.freestanding">[tab:cpp.headers.freestanding]</a>
12
 
13
  | Subclause | | Header |
14
+ | --------------------------------------------- | ------------------------- | --------------------------------- |
15
  | | | `<ciso646>` |
16
  | [[support.types]] | Types | `<cstddef>` |
17
  | [[support.limits]] | Implementation properties | `<cfloat>` `<limits>` `<climits>` |
18
  | [[cstdint]] | Integer types | `<cstdint>` |
19
  | [[support.start.term]] | Start and termination | `<cstdlib>` |
20
  | [[support.dynamic]] | Dynamic memory management | `<new>` |
21
  | [[support.rtti]] | Type identification | `<typeinfo>` |
22
  | [[support.exception]] | Exception handling | `<exception>` |
23
  | [[support.initlist]] | Initializer lists | `<initializer_list>` |
24
+ | [[support.runtime]] | Other runtime support | `<cstdarg>` |
25
  | [[meta]] | Type traits | `<type_traits>` |
26
  | [[atomics]] | Atomics | `<atomic>` |
27
+ | [[depr.cstdalign.syn]], [[depr.cstdbool.syn]] | Deprecated headers | `<cstdalign>` `<cstdbool>` |
28
 
29
 
30
  The supplied version of the header `<cstdlib>` shall declare at least
31
  the functions `abort`, `atexit`, `at_quick_exit`, `exit`, and
32
  `quick_exit` ([[support.start.term]]). The other headers listed in this