-
- Downloads
safe_local_iterator.h (_Safe_local_iterator<>): Remove _M_bucket, use same...
safe_local_iterator.h (_Safe_local_iterator<>): Remove _M_bucket, use same information in normal local_iterator. 2013-11-22 François Dumont <fdumont@gcc.gnu.org> * include/debug/safe_local_iterator.h (_Safe_local_iterator<>): Remove _M_bucket, use same information in normal local_iterator. (operator==): Remove redundant _M_can_compare check. * include/debug/safe_local_iterator.tcc: Adapt. * include/debug/unordered_set: Likewise. * include/debug/unordered_map: Likewise. From-SVN: r205289
Showing
- libstdc++-v3/ChangeLog 9 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/include/debug/safe_local_iterator.h 19 additions, 28 deletionslibstdc++-v3/include/debug/safe_local_iterator.h
- libstdc++-v3/include/debug/safe_local_iterator.tcc 1 addition, 1 deletionlibstdc++-v3/include/debug/safe_local_iterator.tcc
- libstdc++-v3/include/debug/unordered_map 12 additions, 12 deletionslibstdc++-v3/include/debug/unordered_map
- libstdc++-v3/include/debug/unordered_set 12 additions, 12 deletionslibstdc++-v3/include/debug/unordered_set
Loading
Please register or sign in to comment