mirror of git://gcc.gnu.org/git/gcc.git
* include/bits/stl_bvector.h (_Bvector_base): Use allocator_traits. (_Bvector_base::_Bvector_impl): Use allocator's pointer type. (_Bvector_base::_M_end_addr()): Convert to raw pointer. (vector<bool>): Use allocator_traits and _M_end_addr. Add allocator extended constructors. * include/bits/vector.tcc (vector<bool>): Use allocator_traits and _M_end_addr. * testsuite/23_containers/vector/bool/allocator/copy.cc: New. * testsuite/23_containers/vector/bool/allocator/minimal.cc: New. * testsuite/23_containers/vector/bool/allocator/noexcept.cc: New. * testsuite/23_containers/vector/bool/allocator/copy_assign.cc: New. * testsuite/23_containers/vector/bool/allocator/move.cc: New. * testsuite/23_containers/vector/bool/allocator/swap.cc: New. * testsuite/23_containers/vector/bool/allocator/ext_ptr.cc: New. * testsuite/23_containers/vector/bool/allocator/move_assign.cc: New. From-SVN: r216988 |
||
|---|---|---|
| .. | ||
| allocator | ||
| bool | ||
| capacity | ||
| cons | ||
| data_access | ||
| debug | ||
| element_access | ||
| ext_pointer | ||
| modifiers | ||
| profile | ||
| requirements | ||
| types | ||
| 14340.cc | ||
| 15523.cc | ||
| 18604.cc | ||
| 26412-1.cc | ||
| 26412-2.cc | ||
| 40192.cc | ||
| 52591.cc | ||
| 58764.cc | ||
| 59829.cc | ||
| 63500.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 | ||