diff options
author | François Dumont <fdumont@gcc.gnu.org> | 2018-10-05 16:01:39 +0000 |
---|---|---|
committer | François Dumont <fdumont@gcc.gnu.org> | 2018-10-05 16:01:39 +0000 |
commit | e0b9bc230ac50c67c63f303b70e72b34a7c516fb (patch) | |
tree | 778e09bffcc8c7538cb36496379d62cca7e6d72f /gcc/builtins.c | |
parent | 825e64583e897682be613d48fb7d967288585dbd (diff) | |
download | gcc-e0b9bc230ac50c67c63f303b70e72b34a7c516fb.zip gcc-e0b9bc230ac50c67c63f303b70e72b34a7c516fb.tar.gz gcc-e0b9bc230ac50c67c63f303b70e72b34a7c516fb.tar.bz2 |
2018-10-05 François Dumont <fdumont@gcc.gnu.org>
* include/bits/stl_tree.h
(_Rb_tree_iterator<>::operator==): Make inline friend.
(_Rb_tree_iterator<>::operator!=): Likewise.
(_Rb_tree_const_iterator<>::operator==): Likewise.
(_Rb_tree_const_iterator<>::operator!=): Likewise.
(operator==(const _Rb_tree_iterator<>&,
const _Rb_tree_const_iterator&)): Remove.
(operator!=(const _Rb_tree_iterator<>&,
const _Rb_tree_const_iterator&)): Remove.
(operator==(const _Rb_tree<>&, const _Rb_tree<>&)): Make inline friend.
(operator<(const _Rb_tree<>&, const _Rb_tree<>&)): Likewise.
(operator!=(const _Rb_tree<>&, const _Rb_tree<>&)): Likewise and
deprecate.
(operator>(const _Rb_tree<>&, const _Rb_tree<>&)): Likewise.
(operator<=(const _Rb_tree<>&, const _Rb_tree<>&)): Likewise.
(operator>=(const _Rb_tree<>&, const _Rb_tree<>&)): Likewise.
* include/debug/map.h (map<>::erase(const_iterator, const_iterator)):
Compare __victim with _Base::cend().
* include/debug/multimap.h
(multimap<>::erase(const_iterator, const_iterator)): Likewise.
* include/debug/set.h (set<>::erase(const_iterator, const_iterator)):
Compare __victim with _Base::cend().
* include/debug/multiset.h
(multiset<>::erase(const_iterator, const_iterator)): Likewise.
From-SVN: r264875
Diffstat (limited to 'gcc/builtins.c')
0 files changed, 0 insertions, 0 deletions