OSDN Git Service

2011-08-18 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Aug 2011 16:32:23 +0000 (16:32 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Aug 2011 16:32:23 +0000 (16:32 +0000)
commit1a1dad28340b71c5cba957cde6945cbdbc2eefc8
treef55f3e9a1fac35f32e7847001fe076ec7532f81c
parentaecf3645d32b62ce3f7894d3443c0f745f937a97
2011-08-18  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/50119
* include/bits/stl_algo.h (__copy_n(_InputIterator, _Size,
_OutputIterator, input_iterator_tag)): Fix.
* testsuite/25_algorithms/copy_n/50119.cc: New.

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