https://github.com/microsoft/STL/blob/4e97255b3595a01f5268b98fad397e8579d14ed2/stl/inc/deque#L1295 This runs counter to the preconditions on `std::move`, which requires that the destination iterator is outside the source range.
STL/stl/inc/deque
Line 1295 in 4e97255
This runs counter to the preconditions on
std::move, which requires that the destination iterator is outside the source range.