From Jason Turner

[intro.structure]

Diff to HTML by rtfpessoa

tmp/tmp0cres070/{from.md → to.md} RENAMED
@@ -1,25 +1,24 @@
1
- ## Structure of this International Standard <a id="intro.structure">[[intro.structure]]</a>
2
 
3
  Clauses  [[lex]] through  [[cpp]] describe the C++programming language.
4
  That description includes detailed syntactic specifications in a form
5
  described in  [[syntax]]. For convenience, Annex  [[gram]] repeats all
6
  such syntactic specifications.
7
 
8
  Clauses  [[language.support]] through  [[thread]] and Annex  [[depr]]
9
- (the *library clauses*) describe the Standard C++library. That
10
- description includes detailed descriptions of the templates, classes,
11
- functions, constants, and macros that constitute the library, in a form
12
- described in Clause  [[library]].
13
 
14
  Annex  [[implimits]] recommends lower bounds on the capacity of
15
  conforming implementations.
16
 
17
  Annex  [[diff]] summarizes the evolution of C++since its first published
18
  description, and explains in detail the differences between C++and C.
19
  Certain features of C++exist solely for compatibility purposes; Annex 
20
  [[depr]] describes those features.
21
 
22
- Throughout this International Standard, each example is introduced by “”
23
- and terminated by “”. Each note is introduced by “” and terminated by
24
- “”. Examples and notes may be nested.
25
 
 
1
+ ## Structure of this document <a id="intro.structure">[[intro.structure]]</a>
2
 
3
  Clauses  [[lex]] through  [[cpp]] describe the C++programming language.
4
  That description includes detailed syntactic specifications in a form
5
  described in  [[syntax]]. For convenience, Annex  [[gram]] repeats all
6
  such syntactic specifications.
7
 
8
  Clauses  [[language.support]] through  [[thread]] and Annex  [[depr]]
9
+ (the *library clauses*) describe the C++standard library. That
10
+ description includes detailed descriptions of the entities and macros
11
+ that constitute the library, in a form described in Clause  [[library]].
 
12
 
13
  Annex  [[implimits]] recommends lower bounds on the capacity of
14
  conforming implementations.
15
 
16
  Annex  [[diff]] summarizes the evolution of C++since its first published
17
  description, and explains in detail the differences between C++and C.
18
  Certain features of C++exist solely for compatibility purposes; Annex 
19
  [[depr]] describes those features.
20
 
21
+ Throughout this document, each example is introduced by “” and
22
+ terminated by “”. Each note is introduced by “” and terminated by “”.
23
+ Examples and notes may be nested.
24