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
F.18 suggests that not_null can be used with span and string_span, but my tests would suggest otherwise. This behaviour seems correct, as arrays and strings cannot be null (null std::array or std::string anyone?) Indeed, span's operator bool() tests for "empty" status, and trying to compare a span with nullptr results in a compiler error.