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
The indirectly_swappable concept is over-constrained: it requires only that iter_swap is callable with lvalue iterators. It should be possible to call iter_swap with rvalues as well.