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
If an empty optional is move assigned to an optional, the move assignment operator accesses the not initialized storage.value.
This leads to a compile error on GCC. As an failing example is not easy to show in this description, I've created one using compiler explorer, see https://godbolt.org/z/jjTzz9bxo.
The text was updated successfully, but these errors were encountered:
If an empty optional is move assigned to an optional, the move assignment operator accesses the not initialized
storage.value
.This leads to a compile error on GCC. As an failing example is not easy to show in this description, I've created one using compiler explorer, see https://godbolt.org/z/jjTzz9bxo.
The text was updated successfully, but these errors were encountered: