Add name of the functions impacted by the patch.
authorFrançois Dumont <fdumont@gcc.gnu.org>
Tue, 15 May 2012 19:34:45 +0000 (19:34 +0000)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Tue, 15 May 2012 19:34:45 +0000 (19:34 +0000)
From-SVN: r187551

libstdc++-v3/ChangeLog

index 874eab87fbc573275d5628fd359e11dc9c1faf78..779d7c542496c432b6ce22ecf8a72afd9ef3ee3f 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.