Skip to content

Commit 35a6fb8

Browse files
jensmaurertkoeppe
authored andcommitted
[intro.scope] Modernize by removing overly verbose description
Fixes NB GB01-013 (C++26 CD).
1 parent f65ab95 commit 35a6fb8

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

source/intro.tex

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,11 @@
1616
\pnum
1717
\indextext{scope|(}%
1818
This document specifies requirements for implementations
19-
of the \Cpp{} programming language. The first such requirement is that
19+
of \Cpp{}, which is a general-purpose programming language.
20+
The first such requirement is that
2021
an implementation implements the language, so this document also
2122
defines \Cpp{}. Other requirements and relaxations of the first
2223
requirement appear at various places within this document.
23-
24-
\pnum
25-
\Cpp{} is a general purpose programming language based on the C
26-
programming language as described in \IsoC{}.
27-
\Cpp{} provides many facilities
28-
beyond those provided by C, including additional data types,
29-
classes, templates, exceptions, namespaces, operator
30-
overloading, function name overloading, references, free store
31-
management operators, and additional library facilities.%
3224
\indextext{scope|)}
3325

3426
\rSec0[intro.refs]{Normative references}%

0 commit comments

Comments
 (0)