Add name of the functions impacted by the patch.
authorfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 May 2012 19:34:45 +0000 (19:34 +0000)
committerfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 May 2012 19:34:45 +0000 (19:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187551 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog

index 874eab8..779d7c5 100644 (file)
 
        PR libstdc++/53263
        * include/debug/safe_iterator.h (__gnu_debug::__base): Move...
-       * include/debug/functions.h: ... Here. Add debug function
-       overloads to perform checks on normal iterators when possible.
+       * 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.