re PR libstdc++/52433 ([C++11] debug mode iterators need to move)
authorJonathan Wakely <jwakely.gcc@gmail.com>
Sun, 4 Mar 2012 12:49:22 +0000 (12:49 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Sun, 4 Mar 2012 12:49:22 +0000 (12:49 +0000)
commitfaef17d891c5d524f7f902deccd5804aad0737fa
tree12154c48b478dd2fb2d1d70c4db03a56eb7f12f5
parentb12866c71e00d727796101210069fb00de5c11cc
re PR libstdc++/52433 ([C++11] debug mode iterators need to move)

        PR libstdc++/52433
        * include/debug/safe_iterator.h (_Safe_iterator): Add move
        constructor and move assignment operator.
        * testsuite/23_containers/vector/debug/52433.cc: New.

From-SVN: r184880
libstdc++-v3/ChangeLog
libstdc++-v3/include/debug/safe_iterator.h
libstdc++-v3/testsuite/23_containers/vector/debug/52433.cc [new file with mode: 0644]