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
Make string_view constructible from contiguous ranges of character type. This is an important integration with the new ranges facility, and should not be deferred to a later standard.
We believe having basic_string_view be properly constructible from a range should be viewed not as a new feature but as fixing a “missing constructor” defect resulting from the integration of ranges and therefore feel this is in scope for NB comments.