diff options
author | François Dumont <fdumont@gcc.gnu.org> | 2014-01-13 20:07:22 +0000 |
---|---|---|
committer | François Dumont <fdumont@gcc.gnu.org> | 2014-01-13 20:07:22 +0000 |
commit | 51835a800d0781a80e674973b04353464e8f8876 (patch) | |
tree | 37bca70b3e0b98a972d9cb2d910d3786b7926b66 /gcc/tree-vect-loop-manip.c | |
parent | ed100f5d64b3f38cc581391b9b447726edd1b119 (diff) | |
download | gcc-51835a800d0781a80e674973b04353464e8f8876.zip gcc-51835a800d0781a80e674973b04353464e8f8876.tar.gz gcc-51835a800d0781a80e674973b04353464e8f8876.tar.bz2 |
set.h (set): Implement C++11 allocator-aware container requirements.
2014-01-13 François Dumont <fdumont@gcc.gnu.org>
* include/debug/set.h (set): Implement C++11 allocator-aware
container requirements.
* include/debug/map.h (map): Likewise.
* include/debug/multiset.h (multiset): Likewise.
* include/debug/multimap.h (multimap): Likewise.
* include/debug/set.h (set::operator=(set&&)): Add noexcept and
fix implementation regarding management of safe iterators.
* include/debug/map.h (map::operator=(map&&)): Likewise.
* include/debug/multiset.h (multiset::operator=(multiset&&)): Likewise.
* include/debug/multimap.h (multimap::operator=(multimap&&)):
Likewise.
* include/debug/set.h (set::operator=(std::initializer_list<>)):
Rely on the same operator from normal mode.
* include/debug/map.h (map::operator=(std::initializer_list<>)):
Likewise.
* include/debug/multiset.h
(multiset::operator=(std::initializer_list<>)): Likewise.
* include/debug/multimap.h
(multimap::operator=(std::initializer_list<>)): Likewise.
* include/debug/set.h (set::swap(set&)): Add noexcept
specification, add allocator equality check.
* include/debug/map.h (map::swap(map&)): Likewise.
* include/debug/multiset.h (multiset::swap(multiset&)): Likewise.
* include/debug/multimap.h (multimap::swap(multimap&)): Likewise.
From-SVN: r206588
Diffstat (limited to 'gcc/tree-vect-loop-manip.c')
0 files changed, 0 insertions, 0 deletions