]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR libstdc++/58191 (Can't use boost transform_iterator with _GLIBCXX_DEBUG)
authorFrançois Dumont <fdumont@gcc.gnu.org>
Fri, 30 Aug 2013 20:16:03 +0000 (20:16 +0000)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Fri, 30 Aug 2013 20:16:03 +0000 (20:16 +0000)
commit8915a229adfb159acfe5a41ecd11177792fbc3b1
tree5f352cf1c345dd1d31f67fe146035717398b99f4
parent3ecee8f77b6aef4f4a9197184f348364dda02b97
re PR libstdc++/58191 (Can't use boost transform_iterator with _GLIBCXX_DEBUG)

2013-08-30  François Dumont  <fdumont@gcc.gnu.org>

PR libstdc++/58191
* include/debug/macros.h (__glibcxx_check_partitioned_lower): Add
__gnu_debug::__base calls on iterators passed to internal debug
check.
(__glibcxx_check_partitioned_lower_pred): Likewise.
(__glibcxx_check_partitioned_upper): Likewise.
(__glibcxx_check_partitioned_upper_pred): Likewise.
(__glibcxx_check_sorted): Likewise.
(__glibcxx_check_sorted_pred): Likewise.
(__glibcxx_check_sorted_set): Likewise.
(__glibcxx_check_sorted_set_pred): Likewise.
* include/debug/functions.h (__check_partitioned_lower):
Remove code to detect safe iterators.
(__check_partitioned_upper): Likewise.
(__check_sorted): Likewise.

From-SVN: r202119
libstdc++-v3/ChangeLog
libstdc++-v3/include/debug/functions.h
libstdc++-v3/include/debug/macros.h