Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions source/intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,11 @@
\pnum
\indextext{scope|(}%
This document specifies requirements for implementations
of the \Cpp{} programming language. The first such requirement is that
of \Cpp{}, which is a general-purpose programming language.
The first such requirement is that
an implementation implements the language, so this document also
defines \Cpp{}. Other requirements and relaxations of the first
requirement appear at various places within this document.

\pnum
Comment thread
jensmaurer marked this conversation as resolved.
\Cpp{} is a general purpose programming language based on the C
programming language as described in \IsoC{}.
\Cpp{} provides many facilities
beyond those provided by C, including additional data types,
classes, templates, exceptions, namespaces, operator
overloading, function name overloading, references, free store
management operators, and additional library facilities.%
\indextext{scope|)}

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