We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7578125 commit 8f86950Copy full SHA for 8f86950
source/containers.tex
@@ -3535,7 +3535,7 @@
3535
3536
\pnum
3537
\expects
3538
-\tcode{a.get_allocator() == a2.get_allocator()}.
+\tcode{a.get_allocator() == a2.get_allocator()} is \tcode{true}.
3539
3540
3541
\effects
@@ -3550,7 +3550,8 @@
3550
\ensures
3551
Pointers and references to the transferred elements of \tcode{a2}
3552
refer to those same elements but as members of \tcode{a}.
3553
-Iterators referring to the transferred elements
+If \tcode{a.begin()} and \tcode{a2.begin()} have the same type,
3554
+iterators referring to the transferred elements
3555
will continue to refer to their elements,
3556
but they now behave as iterators into \tcode{a}, not into \tcode{a2}.
3557
0 commit comments