From Jason Turner

[intro.structure]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpnh7l7x9n/{from.md → to.md} +14 -14
tmp/tmpnh7l7x9n/{from.md → to.md} RENAMED
@@ -1,24 +1,24 @@
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
 
 
1
  ## Structure of this document <a id="intro.structure">[[intro.structure]]</a>
2
 
3
+ [[lex]] through [[cpp]] describe the C++ programming language. That
4
+ description includes detailed syntactic specifications in a form
5
+ described in  [[syntax]]. For convenience, [[gram]] repeats all such
6
+ syntactic specifications.
7
 
8
+ [[support]] through [[thread]] and [[depr]] (the *library clauses*)
9
+ describe the C++ standard library. That description includes detailed
10
+ descriptions of the entities and macros that constitute the library, in
11
+ a form described in [[library]].
12
 
13
+ [[implimits]] recommends lower bounds on the capacity of conforming
14
+ implementations.
15
 
16
+ [[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;
19
  [[depr]] describes those features.
20
 
21
  Throughout this document, each example is introduced by “” and
22
+ terminated by “”. Each note is introduced by “” or “” and terminated by
23
+ “”. Examples and notes may be nested.
24