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
Apparently, macOS incorrectly hides this `std::optional.value` method
behind the deployment target, even though it's a header-only
implementation, so it shouldn't have any runtime requirement.
Instead of fiddling with deployment targets, use an alternate method for
getting the `std::optional` value.
0 commit comments