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
Defining an optional string in a model throws a Ambiguous partial specializations of 'persisted_type<std::optional<std::string>>' compilation error in Xcode. I'm defining a model as such:
Defining an optional string in a model throws a
Ambiguous partial specializations of 'persisted_type<std::optional<std::string>>'
compilation error in Xcode. I'm defining a model as such:How is it possible to define an optional string? Thank you :)
The text was updated successfully, but these errors were encountered: