2015-11-09 François Dumont <fdumont@gcc.gnu.org>
commit24fc069ae2f37d442a188ce5ec9834edc75909a1
authorfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Nov 2015 21:10:18 +0000 (9 21:10 +0000)
committerfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Nov 2015 21:10:18 +0000 (9 21:10 +0000)
treef75fb59fbc5e0210e2f00f4a59409ecd1063863a
parent9c45dcf05c987937f731150d7cfefecd7f90c4fc
2015-11-09  François Dumont  <fdumont@gcc.gnu.org>

* include/bits/stl_algo.h
(partial_sort_copy): Instantiate std::iterator_traits only if concept
checks.
(lower_bound): Likewise.
(upper_bound): Likewise.
(equal_range): Likewise.
(binary_search): Likewise.
* include/bits/stl_heap.h (pop_heap): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230052 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_algo.h
libstdc++-v3/include/bits/stl_heap.h