Skip to content

Commit 1224d8b

Browse files
authored
Merge pull request swiftlang#32915 from airspeedswift/transparent-stringpointer
2 parents 9427bfb + 7adafca commit 1224d8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/core/Pointer.swift

+1
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ func _convertMutableArrayToPointerArgument<
359359
}
360360

361361
/// Derive a UTF-8 pointer argument from a value string parameter.
362+
@_transparent
362363
public // COMPILER_INTRINSIC
363364
func _convertConstStringToUTF8PointerArgument<
364365
ToPointer: _Pointer

0 commit comments

Comments
 (0)