Skip to content

Commit 6fd9df6

Browse files
author
Dawn Perchik
committed
Fixup: Fix \oldconcept vs. \libconcept and \effects vs. \expects issues
in [move.iter.op.conv].
1 parent f3a27e5 commit 6fd9df6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

source/iterators.tex

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4056,12 +4056,10 @@
40564056

40574057
\begin{itemdescr}
40584058
\pnum
4059-
\constraints \tcode{Iterator} satisfies
4060-
the \oldconcept{CopyConstructible} requirements.
4059+
\constraints \tcode{Iterator} satisfies \libconcept{CopyConstructible}.
40614060

40624061
\pnum
4063-
\effects \tcode{Iterator} models
4064-
the \oldconcept{CopyConstructible} requirements.
4062+
\expects \tcode{Iterator} models \libconcept{CopyConstructible}.
40654063

40664064
\pnum
40674065
\returns \tcode{current}.

0 commit comments

Comments
 (0)