mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #61700 from apple/egorzhdan/cxx-conform-raciter
[cxx-interop] Synthesize conformances to `UnsafeCxxInputIterator`
This commit is contained in:
@@ -1115,6 +1115,7 @@ ProtocolDecl *ASTContext::getProtocol(KnownProtocolKind kind) const {
|
||||
break;
|
||||
case KnownProtocolKind::CxxSequence:
|
||||
case KnownProtocolKind::UnsafeCxxInputIterator:
|
||||
case KnownProtocolKind::UnsafeCxxRandomAccessIterator:
|
||||
M = getLoadedModule(Id_Cxx);
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user