From 8d37dc9364076b814be11dbd2d37634aaf786646 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Dumont?= Date: Tue, 15 May 2012 19:34:45 +0000 Subject: [PATCH] Add name of the functions impacted by the patch. From-SVN: r187551 --- libstdc++-v3/ChangeLog | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 874eab87fbc..779d7c54249 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -21,8 +21,13 @@ 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. -- 2.30.2