Skip to content

Commit e77003b

Browse files
swift-cikrilnon
authored andcommitted
Merge pull request #63288 from apple/krilnon/unsafe-buffer-pointer-docs
[stdlib] NFC: Restore doc comment for Unsafe[Mutable]BufferPointer (cherry picked from commit 124b098)
1 parent b5c3c76 commit e77003b

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)