From Jason Turner

[intro.scope]

Diff to HTML by rtfpessoa

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