You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/general.tex
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,9 @@
3
3
\rSec0[scope]{Scope}
4
4
5
5
%\pnum
6
-
This document describes requirements for implementations of an interface that computer programs written in the C++ programming language could use to invoke algorithms with concurrent execution. The algorithms described by this document are realizable across a broad class of computer architectures.
7
-
8
-
%\pnum
9
-
This document provides important context and specification for
10
-
this document. This document is written as a set of changes against that specification. Instructions to modify or add paragraphs are written as
11
-
explicit instructions.
6
+
This document builds upon ISO/IEC 9899
7
+
by describing requirements for implementations of an interface that computer programs written in the C++ programming language could use to invoke algorithms with concurrent execution. The algorithms described by this document are realizable across a broad class of computer architectures.
8
+
This document is written as a set of differences from the base standard.
12
9
13
10
%\pnum
14
11
Some of the functionality described by this document might be considered for standardization in a future version of C++, but it is not currently part of ISO/IEC 14882:2020. Some of the functionality in this document might never be standardized, and other functionality might be standardized in a substantially changed form.
0 commit comments