diff options
author | fdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-05-15 19:34:45 +0000 |
---|---|---|
committer | fdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-05-15 19:34:45 +0000 |
commit | 2d8097cb07b22038afd6ae8d87bb6a390b343633 (patch) | |
tree | 8ca9e9f2313753636b5ce2340cf2826be5a7e598 /libstdc++-v3 | |
parent | 2df23bfc858f212298fba49a4dee5fb4616e1286 (diff) | |
download | gcc-2d8097cb07b22038afd6ae8d87bb6a390b343633.tar.gz |
Add name of the functions impacted by the patch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187551 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 9 |
1 files 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. |