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
join_view can’t handle stashing iterators, which makes such code break in unexpected ways. Range adaptors need to just work.
Also regex_iterator lies about its iterator_category in a way that makes it impossible for join_view to do the right thing here.