Skip to content

Commit

Permalink
Consistently say 'this Standard' (not 'the Standard') and use capital…
Browse files Browse the repository at this point in the history
…ization.
  • Loading branch information
Eelis committed Jan 18, 2017
1 parent 2b0db35 commit 4d6deae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/atomics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1369,7 +1369,7 @@
Operations on an object of type \tcode{atomic_flag} shall be lock-free. \begin{note} Hence
the operations should also be address-free. No other type requires lock-free operations,
so the \tcode{atomic_flag} type is the minimum hardware-implemented type needed to
conform to this International standard. The remaining types can be emulated with
conform to this International Standard. The remaining types can be emulated with
\tcode{atomic_flag}, though with less than ideal properties. \end{note}

\pnum
Expand Down
2 changes: 1 addition & 1 deletion source/future.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
These are deprecated features, where
\term{deprecated}
is defined as:
Normative for the current edition of the Standard,
Normative for the current edition of this Standard,
but having been identified as a candidate for removal from future revisions.
An implementation may declare library names and entities described in this section with the
\tcode{deprecated} attribute~(\ref{dcl.attr.deprecated}).
Expand Down
4 changes: 2 additions & 2 deletions source/lib-intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2165,7 +2165,7 @@
for the original template and is not explicitly prohibited.\footnote{Any
library code that instantiates other library templates
must be prepared to work adequately with any user-supplied specialization
that meets the minimum requirements of the Standard.}
that meets the minimum requirements of this Standard.}

\pnum
The behavior of a \Cpp program is undefined if it declares
Expand Down Expand Up @@ -2530,7 +2530,7 @@
In certain cases (replacement functions, handler functions, operations on types used to
instantiate standard library template components), the \Cpp standard library depends on
components supplied by a \Cpp program.
If these components do not meet their requirements, the Standard places no requirements
If these components do not meet their requirements, this Standard places no requirements
on the implementation.

\pnum
Expand Down

0 comments on commit 4d6deae

Please sign in to comment.