From Jason Turner

[intro.scope]

Diff to HTML by rtfpessoa

tmp/tmp68jztn0s/{from.md → to.md} RENAMED
@@ -1,15 +1,15 @@
1
- ## Scope <a id="intro.scope">[[intro.scope]]</a>
2
 
3
- This International Standard specifies requirements for implementations
4
- of the C++programming language. The first such requirement is that they
5
- implement the language, and so this International Standard also defines
6
- C++. Other requirements and relaxations of the first requirement appear
7
- at various places within this International Standard.
8
 
9
  C++is a general purpose programming language based on the C programming
10
- language as described in ISO/IEC 9899:1999 *Programming languages — C*
11
  (hereinafter referred to as the *C standard*). In addition to the
12
  facilities provided by C, C++provides additional data types, classes,
13
  templates, exceptions, namespaces, operator overloading, function name
14
  overloading, references, free store management operators, and additional
15
  library facilities.
 
1
+ # Scope <a id="intro.scope">[[intro.scope]]</a>
2
 
3
+ This document specifies requirements for implementations of the
4
+ C++programming language. The first such requirement is that they
5
+ implement the language, so this document also defines C++. Other
6
+ requirements and relaxations of the first requirement appear at various
7
+ places within this document.
8
 
9
  C++is a general purpose programming language based on the C programming
10
+ language as described in ISO/IEC 9899:2011 *Programming languages — C*
11
  (hereinafter referred to as the *C standard*). In addition to the
12
  facilities provided by C, C++provides additional data types, classes,
13
  templates, exceptions, namespaces, operator overloading, function name
14
  overloading, references, free store management operators, and additional
15
  library facilities.