This is an archive of the discontinued LLVM Phabricator instance.

Test std::vector<T>::insert(iter, iter, iter) when inserting a range into itself.
AbandonedPublic

Authored by dblaikie on Jun 10 2014, 11:54 AM.

Details

Reviewers
mclow.lists
Summary

Also add move semantics to Copyable to ensure that attempts to copy or
move from an already moved-from object essert. This should help make
other existing test cases more robust as well.

Diff Detail

Event Timeline

dblaikie updated this revision to Diff 10291.Jun 10 2014, 11:54 AM
dblaikie retitled this revision from to Test std::vector<T>::insert(iter, iter, iter) when inserting a range into itself..
dblaikie added a reviewer: mclow.lists.
dblaikie updated this object.
dblaikie added a subscriber: Unknown Object (MLST).
dblaikie abandoned this revision.Sep 8 2014, 4:50 PM