]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR libstdc++/45488 (lower_bound doesn't really require the iterator parameters...
authorChristopher Yeleighton <giecrilj@stegny.2a.pl>
Wed, 1 Sep 2010 22:58:05 +0000 (22:58 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Wed, 1 Sep 2010 22:58:05 +0000 (22:58 +0000)
2010-09-01  Christopher Yeleighton  <giecrilj@stegny.2a.pl>
    Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/45488
* include/bits/stl_algobase.h (lower_bound): Clean-up a tad, move
two variables inside the main loop.
* include/bits/stl_algo.h (lower_bound, upper_bound, equal_range):
Likewise.

From-SVN: r163746

libstdc++-v3/ChangeLog

index 07b058ef36a6f066325b174d1639335172d4f5b1..bdf1d3ae8b520d6272777f8356a37c807c0d920f 100644 (file)
@@ -1,3 +1,12 @@
+2010-09-01  Christopher Yeleighton  <giecrilj@stegny.2a.pl>
+           Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR libstdc++/45488
+       * include/bits/stl_algobase.h (lower_bound): Clean-up a tad, move
+       two variables inside the main loop.
+       * include/bits/stl_algo.h (lower_bound, upper_bound, equal_range):
+       Likewise.
+
 2010-08-31  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR libstdc++/44480