OSDN Git Service

PR libstdc++/52433
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Mar 2012 22:31:19 +0000 (22:31 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Mar 2012 22:31:19 +0000 (22:31 +0000)
commita359baa09fc477199c2dc27e559f681d245292ef
treea774bbd3a4529d7d15c8cca6f0e462c382632d0f
parent4b07658dd440b7d3f174c547099ee9537bfdc359
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@185114 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/debug/safe_iterator.h
libstdc++-v3/testsuite/23_containers/vector/debug/52433.cc [new file with mode: 0644]