]> git.ipfire.org Git - thirdparty/gcc.git/commit
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)
commit5ad97fcf61bce26bb78c52b2505d86dea000664d
tree9f27f481d7f7d1dbc43ba785ce6f7cffbdf70a5b
parentfb13cf8083379d9e47a03252142c897ef4e4adf9
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
libstdc++-v3/ChangeLog