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.
1 parent 15ebec6 commit 1f0b2e5Copy full SHA for 1f0b2e5
stdlib/public/core/UnsafeBufferPointer.swift.gyb
@@ -14,9 +14,6 @@
14
% for mutable in (True, False):
15
% Self = 'UnsafeMutableBufferPointer' if mutable else 'UnsafeBufferPointer'
16
% Mutable = 'Mutable' if mutable else ''
17
-// FIXME: rdar://18157434 - until this is fixed, this has to be fixed layout
18
-// to avoid a hang in Foundation, which has the following setup:
19
-// struct A { struct B { let x: UnsafeMutableBufferPointer<...> } let b: B }
20
/// A nonowning collection interface to a buffer of ${Mutable.lower()}
21
/// elements stored contiguously in memory.
22
///
0 commit comments