Skip to content

Commit 8f0ea35

Browse files
Make _convertConstStringToUTF8PointerArgument transparent (swiftlang#32929)
1 parent e840fc5 commit 8f0ea35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/core/Pointer.swift

Lines changed: 1 addition & 0 deletions
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)