This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] fix libstdc++/53263
Details added
2012-05-11 François Dumont <fdumont@gcc.gnu.org>
PR libstdc++/53263
* include/debug/safe_iterator.h (__gnu_debug::__base): Move...
* include/debug/functions.h: ... Here.
(__check_sorted_aux): Add overload for random access safe
iterators.
(__check_partition_lower_aux): New.
(__check_partition_lower): Use latter.
(__check_partition_upper_aux): New.
(__check_partition_upper): Use latter.
* include/debug/macros.h (__glibcxx_check_heap)
(__glibcxx_check_heap_pred): Use __gnu_debug::__base on iterator range.
François
On 05/14/2012 09:55 PM, Paolo Carlini wrote:
What does it mean "Add debug function overloads"? Which are the
*names* of those overloads? We want to know that, because we want to
be able to grep the ChangeLog and see exactly when somebody touched
each and every functions.
Paolo.