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
Span should be constructible from a contiguous forwarding range or iterators thereof, and not just "Container" types with a data() member function. As this has the possibility of affecting overload resolution and SFINAE, it may not be possible to repair std::span in a later standard.