gcc/libstdc++-v3/testsuite/23_containers/vector
Jonathan Wakely faef17d891 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
2012-03-04 12:49:22 +00:00
..
allocator alloc_traits.h (__alloc_traits::max_size): Define. 2011-10-04 21:34:54 +01:00
bool allocator.h (__shrink_to_fit): Rename to __shrink_to_fit_aux, fix. 2011-06-12 15:51:36 +00:00
capacity allocator.h (__shrink_to_fit_aux::_S_do_it): Create the new object with the same allocator. 2011-11-09 21:14:03 +00:00
cons hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the allocator, use noexcept. 2011-06-01 14:16:19 +00:00
data_access
debug re PR libstdc++/52433 ([C++11] debug mode iterators need to move) 2012-03-04 12:49:22 +00:00
element_access
ext_pointer extptr_allocator.h (construct, destroy): Fix for C++0x mode by overloading to take allocator's pointer type. 2011-06-11 17:05:08 +01:00
modifiers re PR libstdc++/50529 ([C++0x] std::vector::erase invokes undefined behavior with empty range) 2011-09-27 02:39:34 +00:00
profile
requirements Makefile.am (install-freestanding-headers): Install c++0x_warning.h. 2011-11-01 00:02:45 -04:00
types stl_iterator.h: Add move_iterator operators overloads to make it robust to template abuses. 2010-12-08 01:23:41 +00:00
14340.cc
15523.cc
18604.cc
26412-1.cc
26412-2.cc
40192.cc
check_construct_destroy.cc
debug_mode_requires_reallocation-1.cc
debug_mode_requires_reallocation-2.cc
init-list.cc
range_access.cc
zero_sized_allocations.cc