template <class T, class Allocator> void swap(list<T,Allocator>& x, list<T,Allocator>& y);
Effects:
x.swap(y);