We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
override
1 parent a5dbf98 commit 440de8eCopy full SHA for 440de8e
stdlib/public/Cxx/CxxSequence.swift
@@ -65,8 +65,8 @@ extension Optional: UnsafeCxxInputIterator where Wrapped: UnsafeCxxInputIterator
65
/// types must conform to `UnsafeCxxInputIterator`.
66
public protocol CxxSequence: Sequence {
67
associatedtype RawIterator: UnsafeCxxInputIterator
68
- associatedtype Element = RawIterator.Pointee
69
- associatedtype Iterator = CxxIterator<Self>
+ override associatedtype Element = RawIterator.Pointee
+ override associatedtype Iterator = CxxIterator<Self>
70
71
// `begin()` and `end()` have to be mutating, otherwise calling
72
// `self.sequence.begin()` will copy `self.sequence` into a temporary value,
0 commit comments