File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1988
1988
\range {middle}{last}
1989
1989
shall be valid ranges.
1990
1990
\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
1992
1992
the requirements of \tcode {MoveConstructible}
1993
1993
(Table~\ref {moveconstructible }) and the
1994
1994
requirements of
Original file line number Diff line number Diff line change 1365
1365
\tcode {u.$ \sim $ T()} & All resources owned by \tcode {u} are reclaimed, no exception is propagated. \\
1366
1366
\end {concepttable }
1367
1367
1368
- \rSec 3[swappable.requirements]{Swappable requirements}
1368
+ \rSec 3[swappable.requirements]{\tcode { Swappable} requirements}
1369
1369
1370
1370
\pnum
1371
1371
This subclause provides definitions for swappable types and expressions. In these
1415
1415
1416
1416
\pnum
1417
1417
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,
1419
1419
for any dereferenceable object
1420
1420
\tcode {x} of type \tcode {X},
1421
1421
\tcode {*x} is swappable.
Original file line number Diff line number Diff line change 2387
2387
of \tcode {CopyConstructible} (Table~\ref {copyconstructible }),
2388
2388
\tcode {CopyAssignable} (Table~\ref {copyassignable }),
2389
2389
and
2390
- EqualityComparable (Table~\ref {equalitycomparable }) types.
2390
+ \tcode { EqualityComparable} (Table~\ref {equalitycomparable }) types.
2391
2391
2392
2392
\pnum
2393
2393
For each of the constructors of \tcode {D}
You can’t perform that action at this time.
0 commit comments