Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion source/algorithms.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@
If an object is modified by an element access function,
the algorithm will perform no other unsynchronized accesses to that object.
The modifying element access functions are those
which are specified as modifying the object in the relevant concept.
which are specified as modifying the object.
\begin{note}
For example,
\tcode{swap()}, \tcode{++}, \tcode{--}, \tcode{@=}, and assignments
Expand Down
4 changes: 2 additions & 2 deletions source/basic.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%!TEX root = std.tex
\rSec0[basic]{Basic concepts}
\rSec0[basic]{Basics}

\gramSec[gram.basic]{Basic concepts}
\gramSec[gram.basic]{Basics}

\pnum
\begin{note} This Clause presents the basic concepts of the \Cpp{} language.
Expand Down
2 changes: 1 addition & 1 deletion source/iterators.tex
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
\rSec2[iterator.iterators]{Iterator}

\pnum
The \tcode{Iterator} requirements form the basis of the iterator concept
The \tcode{Iterator} requirements form the basis of the iterator
taxonomy; every iterator satisfies the \tcode{Iterator} requirements. This
set of requirements specifies operations for dereferencing and incrementing
an iterator. Most algorithms will require additional operations to
Expand Down