You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently vectors swap methods only swap the contents of the vectors, without touching each other's Allocator.
Standard defines allocator trait propagate_on_container_swap to control this behavior.
The text was updated successfully, but these errors were encountered:
Currently vectors
swap
methods only swap the contents of the vectors, without touching each other's Allocator.Standard defines allocator trait
propagate_on_container_swap
to control this behavior.The text was updated successfully, but these errors were encountered: