From Jason Turner

[intro.scope]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp41zmfw0r/{from.md → to.md} +5 -13
tmp/tmp41zmfw0r/{from.md → to.md} RENAMED
@@ -1,16 +1,8 @@
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
 
 
1
  # Scope <a id="intro.scope">[[intro.scope]]</a>
2
 
3
+ This document specifies requirements for implementations of C++, which
4
+ is a general-purpose programming language. The first such requirement is
5
+ that an implementation implements the language, so this document also
6
+ defines C++. Other requirements and relaxations of the first requirement
7
+ appear at various places within this document.
 
 
 
 
 
 
 
 
8