2014-10-15 François Dumont <fdumont@gcc.gnu.org>
commit0ad9485a078ed996dc14049822e12c1ce1ff8906
authorfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Oct 2014 20:40:31 +0000 (15 20:40 +0000)
committerfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Oct 2014 20:40:31 +0000 (15 20:40 +0000)
tree33b5bedc66d40f1b09f6963f7781b01e820cda16
parent511909233abf569ce814f7acf19d3c452ce55604
2014-10-15  François Dumont  <fdumont@gcc.gnu.org>
    Jonathan Wakely  <jwakely@redhat.com>

PR libstdc++/63500
* include/debug/functions.h (__foreign_iterator_aux2): Do not check for
foreign iterators if input iterators returns rvalue reference.
* testsuite/23_containers/vector/63500.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216286 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/debug/functions.h
libstdc++-v3/testsuite/23_containers/vector/63500.cc [new file with mode: 0644]