[cxx-interop] std::optional
should provide nullable access to the wrapped object
#65918
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
c++ interop
Feature: Interoperability with C++
std::optional
provides a Swift propertyvar value
via an extension toCxxOptional
.This property is not null-safe. It should have a nullable type instead.
The text was updated successfully, but these errors were encountered: