2012-05-29 François Dumont <fdumont@gcc.gnu.org>
commit4f35afbe281947e2234f43fe1b642fd32ee48afd
authorfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 May 2012 19:29:29 +0000 (29 19:29 +0000)
committerfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 May 2012 19:29:29 +0000 (29 19:29 +0000)
tree20cc48a0922808ae480fbbbb9538bf415ad69ca0
parent12c17795aa79c9b23f9565d7ca3b42ca6530f6c4
2012-05-29  François Dumont  <fdumont@gcc.gnu.org>

* include/bits/stl_tempbuf.h (__uninitialized_construct_buf)
(__uninitialized_construct_buf_dispatch<>::__ucr): Fix to work
with iterator returning rvalue.
* testsuite/25_algorithms/stable_sort/3.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187985 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_tempbuf.h
libstdc++-v3/testsuite/25_algorithms/stable_sort/3.cc [new file with mode: 0644]