-
- Downloads
re PR libstdc++/34595 (std::copy copies the output iterator before assigning)
2007-12-26 Paolo Carlini <pcarlini@suse.de> PR libstdc++/34595 * include/bits/stl_algobase.h (struct __cm_assign): Remove. (struct __copy_move<true, false, _Category>, struct __copy_move<true, false, random_access_iterator_tag>, struct __copy_move_backward<true, false, _Category>, struct __copy_move_backward<true, false, random_access_iterator_tag>): Add. (struct __copy_move, struct __copy_move_backward, struct __copy_move<false, false, random_access_iterator_tag>, struct __copy_move_backward<false, false, random_access_iterator_tag>): Adjust. * testsuite/25_algorithms/copy/34595.C: New. From-SVN: r131188
Showing
- libstdc++-v3/ChangeLog 15 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/include/bits/stl_algobase.h 76 additions, 31 deletionslibstdc++-v3/include/bits/stl_algobase.h
- libstdc++-v3/testsuite/25_algorithms/copy/34595.C 55 additions, 0 deletionslibstdc++-v3/testsuite/25_algorithms/copy/34595.C
Loading
Please register or sign in to comment