Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8a235bb

Browse filesBrowse files
committed
general,order: Add editor advice for changes
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
1 parent 0892864 commit 8a235bb
Copy full SHA for 8a235bb

File tree

2 files changed

+10
-10
lines changed
Filter options

2 files changed

+10
-10
lines changed

‎src/general.tex

Copy file name to clipboardExpand all lines: src/general.tex
+3-6Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@
33
\rSec0[scope]{Scope}
44

55
%\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.
129

1310
%\pnum
1411
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.

‎src/order.tex

Copy file name to clipboardExpand all lines: src/order.tex
+7-4Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
%!TEX root = ts.tex
22

33

4-
\setcounter{chapter}{32}
5-
\rSec0[thread]{Concurrency support library}
6-
\setcounter{section}{4}
7-
\rSec1[atomics]{Atomic operations}
4+
\setcounter{chapter}{33}
5+
% \rSec0[thread]{Concurrency support library}
6+
\setcounter{section}{5}
7+
% \rSec1[atomics]{Atomic operations}
88
\setcounter{subsection}{3}
99
\rSec2[atomics.order]{Order and consistency}
1010

11+
This clause specifies differences in requirements to ISO/IEC 9899:2018
12+
in order to support an asymmetric fence.
13+
1114
In \CppXref{33.5.4} paragraph 4, instead of:
1215

1316
\begin{quote}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.