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:
Christopher Yeleighton 2010-09-01 22:58:05 +00:00 committed by Paolo Carlini
parent fb13cf8083
commit 5ad97fcf61

View 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