Implement list::splice (and merge) bits of N1599
2006-01-19 Paolo Carlini <pcarlini@suse.de> Implement list::splice (and merge) bits of N1599 * include/bits/stl_list.h (list<>::_M_check_equal_allocators): New. (list<>::splice(iterator, list&), splice(iterator, list&, iterator), splice(iterator, list&, iterator, iterator)): Use it. * include/bits/stl_list.h (list<>::merge(list&), merge(list&, _StrictWeakOrdering)): Likewise. * testsuite/23_containers/list/operators/5.cc: New. From-SVN: r110011
Showing
- libstdc++-v3/ChangeLog 10 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/include/bits/list.tcc 34 additions, 29 deletionslibstdc++-v3/include/bits/list.tcc
- libstdc++-v3/include/bits/stl_list.h 29 additions, 6 deletionslibstdc++-v3/include/bits/stl_list.h
- libstdc++-v3/testsuite/23_containers/list/operators/5.cc 141 additions, 0 deletionslibstdc++-v3/testsuite/23_containers/list/operators/5.cc
Loading
Please register or sign in to comment