2018-05-09 François Dumont <fdumont@gcc.gnu.org>
* include/debug/safe_iterator.h (_Safe_iterator<>::_M_constant()):
Rename in...
(_Safe_iterator<>::_S_constant()): ...that.
* include/debug/safe_local_iterator.h
(_Safe_local_iterator<>::_M_constant()): Rename in...
(_Safe_local_iterator<>::_S_constant()): ...that.
* include/debug/formatter.h: Remove bits/cpp_type_traits.h include.
(_Iterator_state::__rbegin): New.
(_Iterator_state::__rmiddle): New.
(_Iterator_state::__rend): New.
(_Parameter::_Parameter(const _Safe_iterator<>&, const char*,
_Is_iterator)): Use _Safe_iterator<>::_S_constant. Grab normal underlying
iterator type.
(_Parameter::_Parameter(const _Safe_local_iterator<>&, const char*,
_Is_iterator)): Likewise.
(_Parameter::_S_reverse_state(_Iterator_state)): New.
(_Parameter(__gnu_cxx::__normal_iterator<> const&, const char*,
_Is_iterator)): New.
(_Parameter(std::reverse_iterator<> const&, const char*,
_Is_iterator)): New.
(_Parameter(std::reverse_iterator<_Safe_iterator<>> const&,
const char*, _Is_iterator)): New.
(_Parameter(std::move_iterator<> const&, const char*, _Is_iterator):
New.
(_Parameter(std::move_iterator<_Safe_iterator<>> const&, const char*,
_Is_iterator)): New.
* testsuite/24_iterators/move_iterator/debug_neg.cc: New.
* testsuite/24_iterators/normal_iterator/debug_neg.cc: New.
* testsuite/24_iterators/reverse_iterator/debug_neg.cc: New.
From-SVN: r260093
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| array | Loading commit data... | |
| assertions.h | Loading commit data... | |
| bitset | Loading commit data... | |
| debug.h | Loading commit data... | |
| deque | Loading commit data... | |
| formatter.h | Loading commit data... | |
| forward_list | Loading commit data... | |
| functions.h | Loading commit data... | |
| helper_functions.h | Loading commit data... | |
| list | Loading commit data... | |
| macros.h | Loading commit data... | |
| map | Loading commit data... | |
| map.h | Loading commit data... | |
| multimap.h | Loading commit data... | |
| multiset.h | Loading commit data... | |
| safe_base.h | Loading commit data... | |
| safe_container.h | Loading commit data... | |
| safe_iterator.h | Loading commit data... | |
| safe_iterator.tcc | Loading commit data... | |
| safe_local_iterator.h | Loading commit data... | |
| safe_local_iterator.tcc | Loading commit data... | |
| safe_sequence.h | Loading commit data... | |
| safe_sequence.tcc | Loading commit data... | |
| safe_unordered_base.h | Loading commit data... | |
| safe_unordered_container.h | Loading commit data... | |
| safe_unordered_container.tcc | Loading commit data... | |
| set | Loading commit data... | |
| set.h | Loading commit data... | |
| stl_iterator.h | Loading commit data... | |
| string | Loading commit data... | |
| unordered_map | Loading commit data... | |
| unordered_set | Loading commit data... | |
| vector | Loading commit data... |