Skip to content

Commit 13872e0

Browse files
committed
* [swappable.requirements], [alg.rotate], [rand.req.dist] Fix some more requirements formatting errors.
1 parent d099b9f commit 13872e0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

source/algorithms.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1988,7 +1988,7 @@
19881988
\range{middle}{last}
19891989
shall be valid ranges.
19901990
\tcode{ForwardIterator} shall satisfy the requirements of
1991-
ValueSwappable~(\ref{swappable.requirements}). The type of \tcode{*first} shall satisfy
1991+
\tcode{ValueSwappable}~(\ref{swappable.requirements}). The type of \tcode{*first} shall satisfy
19921992
the requirements of \tcode{MoveConstructible}
19931993
(Table~\ref{moveconstructible}) and the
19941994
requirements of

source/lib-intro.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,7 +1365,7 @@
13651365
\tcode{u.$\sim$T()} & All resources owned by \tcode{u} are reclaimed, no exception is propagated. \\
13661366
\end{concepttable}
13671367

1368-
\rSec3[swappable.requirements]{Swappable requirements}
1368+
\rSec3[swappable.requirements]{\tcode{Swappable} requirements}
13691369

13701370
\pnum
13711371
This subclause provides definitions for swappable types and expressions. In these
@@ -1415,7 +1415,7 @@
14151415

14161416
\pnum
14171417
A type \tcode{X} satisfying any of the iterator requirements~(\ref{iterator.requirements})
1418-
is \defn{ValueSwappable} if,
1418+
satisfies the requirements of \tcode{ValueSwappable} if,
14191419
for any dereferenceable object
14201420
\tcode{x} of type \tcode{X},
14211421
\tcode{*x} is swappable.

source/numerics.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2387,7 +2387,7 @@
23872387
of \tcode{CopyConstructible} (Table~\ref{copyconstructible}),
23882388
\tcode{CopyAssignable} (Table~\ref{copyassignable}),
23892389
and
2390-
EqualityComparable (Table~\ref{equalitycomparable}) types.
2390+
\tcode{EqualityComparable} (Table~\ref{equalitycomparable}) types.
23912391

23922392
\pnum
23932393
For each of the constructors of \tcode{D}

0 commit comments

Comments
 (0)