libstdc++: Adjust flat_set::swap swapping order In r17-908 I accidentally made us swap the comparator first, but we decided that the container should be swapped first. libstdc++-v3/ChangeLog: * include/std/flat_set (_Flat_set_impl::swap): Swap _M_cont first.