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
Swift C++ interop has a bug where certain operator declarations cannot be
imported successfully due to percieved circular references in the declarations.
Since these declarations are already dropped by the ClangImporter, it's helpful
to hide the declarations entirely from Swift to avoid spurious diagnostics that
cannot be addressed. See swiftlang/swift#71032 for a
similar workaround in the Swift compiler implementation.
0 commit comments