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
Per #114255 (comment), std::optional::has_value should probably be considered bug-prone after a move, since it implies the use of std::optional::value afterward, which is moved-from.