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
Simply swapping the string_view is not valid as std::basic_string::swap
might invalidate existing iterators and pointers.
I couldn't find a minimal test to reproduce it because it's unclear
when iterators are invalidated.
0 commit comments