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
#1118 was fixed by #1148, so deque::erase(iter, iter) avoids performing self-move-assigns when called with empty ranges. We should have test coverage for this scenario. Our test for vector can be extended:
#1118 was fixed by #1148, so
deque::erase(iter, iter)
avoids performing self-move-assigns when called with empty ranges. We should have test coverage for this scenario. Our test forvector
can be extended:STL/tests/std/tests/Dev10_881629_vector_erase_return_value/test.cpp
Lines 10 to 11 in 1913566
The text was updated successfully, but these errors were encountered: