2003-10-14 Paolo Carlini <pcarlini@unitus.it>
PR libstdc++/11480 * include/bits/stl_algo.h (unique): Fix. * testsuite/25_algorithms/unique.cc: Move to unique/1.cc. * testsuite/25_algorithms/unique/11480.cc: New, from the PR. * testsuite/25_algorithms/unique/2.cc: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72478 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- libstdc++-v3/ChangeLog 8 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/include/bits/stl_algo.h 22 additions, 2 deletionslibstdc++-v3/include/bits/stl_algo.h
- libstdc++-v3/testsuite/25_algorithms/unique/1.cc 2 additions, 4 deletionslibstdc++-v3/testsuite/25_algorithms/unique/1.cc
- libstdc++-v3/testsuite/25_algorithms/unique/11480.cc 46 additions, 0 deletionslibstdc++-v3/testsuite/25_algorithms/unique/11480.cc
- libstdc++-v3/testsuite/25_algorithms/unique/2.cc 95 additions, 0 deletionslibstdc++-v3/testsuite/25_algorithms/unique/2.cc
Loading
Please register or sign in to comment