Also rename emplace_move_backward to uninitialized_relocate_backward, introduce (forward) uninitialized_relocate, and complete the circle by resuming the use of uninitialized_relocate in erase.
Sorry for the delay getting to this.
Thank you for fix! I amended to also apply the same fix and add the new tests for FixedDeque/FixedCircularDeque/FixedList
Also rename
emplace_move_backward
touninitialized_relocate_backward
, introduce (forward)uninitialized_relocate
, and complete the circle by resuming the use ofuninitialized_relocate
inerase
.