This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
template<typename U>
void function(const U& u) { ... }template<typename U>
void function(U&& u) { ... }Attachment:
testsuite_cleanup.patch
Description: Binary data
2009-08-30 Chris Jefferson <chris@bubblescope.net> * testsuite/25_algorithms/copy_n/move_iterators/1.cc: Remove _GLIBCXX_TESTSUITE_ALLOW_RVALREF_ALIASING. * testsuite/25_algorithms/inplace_merge/1.cc: Fix broken test. * testsuite/25_algorithms/move_backward/1.cc: Remove _GLIBCXX_TESTSUITE_ALLOW_RVALREF_ALIASING. * testsuite/25_algorithms/move/1.cc: Likewise. * testsuite/25_algorithms/copy_backward/move_iterators/1.cc: Likewise. * testsuite/25_algorithms/copy/move_iterators/1.cc: Likewise. * testsuite/25_algorithms/random_shuffle/moveable.cc: New. * testsuite/25_algorithms/nth_element/moveable.cc: Add test for predicated version. * testsuite/25_algorithms/partial_sort/moveable.cc: Remove _GLIBCXX_TESTSUITE_ALLOW_RVALREF_ALIASING and add test for predicated version. * testsuite/25_algorithms/next_permutation/moveable.cc: New. * testsuite/25_algorithms/sort/moveable.cc: Enable, Remove _GLIBCXX_TESTSUITE_ALLOW_RVALREF_ALIASING, add predicated version test. * testsuite/25_algorithms/prev_permutation/moveable.cc: New. * testsuite/25_algorithms/unique/moveable.cc: Add test for predicated version. * testsuite/25_algorithms/heap/moveable2.cc: New. * testsuite/25_algorithms/heap/moveable.cc: Remove _GLIBCXX_TESTSUITE_ALLOW_RVALREF_ALIASING. * testsuite/util/testsuite_rvalref.h: Remove _GLIBCXX_TESTSUITE_ALLOW_RVALREF_ALIASING. * testsuite/util/testsuite_iterators.h: Fix invalid moving bug in C++0x mode. * testsuite/20_util/specialized_algorithms/uninitialized_copy_n/ move_iterators/1.cc: Remove _GLIBCXX_TESTSUITE_ALLOW_RVALREF_ALIASING. * testsuite/20_util/specialized_algorithms/uninitialized_copy/ move_iterators/1.cc: Likewise.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |