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 2767b51 commit 7554a6aCopy full SHA for 7554a6a
stdlib/private/SwiftReflectionTest/SwiftReflectionTest.swift
@@ -216,7 +216,7 @@ internal struct ReflectionInfo : Sequence {
216
}
217
218
internal func sendBytes<T>(from address: UnsafePointer<T>, count: Int) {
219
- var source = address
+ var source = UnsafeRawPointer(address)
220
var bytesLeft = count
221
debugLog("BEGIN \(#function)"); defer { debugLog("END \(#function)") }
222
while bytesLeft > 0 {
0 commit comments