mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-18 18:34:16 +08:00
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
This commit is contained in:
parent
fb13cf8083
commit
5ad97fcf61
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user