Skip to content

Commit 124b098

Browse files
authored
Merge pull request #63288 from apple/krilnon/unsafe-buffer-pointer-docs
[stdlib] NFC: Restore doc comment for Unsafe[Mutable]BufferPointer
2 parents afe43a4 + 1f0b2e5 commit 124b098

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stdlib/public/core/UnsafeBufferPointer.swift.gyb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@
2929
/// instances stored in the underlying memory. However, initializing another
3030
/// collection with an `${Self}` instance copies the instances out of the
3131
/// referenced memory and into the new collection.
32-
// FIXME: rdar://18157434 - until this is fixed, this has to be fixed layout
33-
// to avoid a hang in Foundation, which has the following setup:
34-
// struct A { struct B { let x: UnsafeMutableBufferPointer<...> } let b: B }
3532
@frozen // unsafe-performance
3633
public struct Unsafe${Mutable}BufferPointer<Element> {
3734

0 commit comments

Comments
 (0)