aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Yeleighton <giecrilj@stegny.2a.pl>2010-09-01 22:58:05 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2010-09-01 22:58:05 +0000
commit5ad97fcf61bce26bb78c52b2505d86dea000664d (patch)
tree9f27f481d7f7d1dbc43ba785ce6f7cffbdf70a5b
parentfb13cf8083379d9e47a03252142c897ef4e4adf9 (diff)
downloadgcc-5ad97fcf61bce26bb78c52b2505d86dea000664d.zip
gcc-5ad97fcf61bce26bb78c52b2505d86dea000664d.tar.gz
gcc-5ad97fcf61bce26bb78c52b2505d86dea000664d.tar.bz2
re PR libstdc++/45488 (lower_bound doesn't really require the iterator parameters to be default constructible)
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
-rw-r--r--libstdc++-v3/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 07b058e..bdf1d3a 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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