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
[cxx-interop] Fix a crash when calling std::any_cast from Swift
In libc++, `std::any_cast` is declared as a friend function of `std::any`.
ClangImporter was not correctly handling friend functions declared within structs within namespaces correctly.
rdar://147261941
0 commit comments