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
I suspect that in most cases there wouldn't be a viable constructor as optional<T&> as proposed doesn't try to construct a T, but adding a Mandates would be clearer than a string of errors.
I suspect that in most cases there wouldn't be a viable constructor as optional<T&> as proposed doesn't try to construct a T, but adding a
Mandates
would be clearer than a string of errors.https://godbolt.org/z/EPY8EW14W
The text was updated successfully, but these errors were encountered: