Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SR-13147] Unsafe(Mutable)RawPointer does not implement CVarArg #55594

Open
belkadan opened this issue Jul 6, 2020 · 1 comment
Open

[SR-13147] Unsafe(Mutable)RawPointer does not implement CVarArg #55594

belkadan opened this issue Jul 6, 2020 · 1 comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella

Comments

@belkadan
Copy link
Contributor

belkadan commented Jul 6, 2020

Previous ID SR-13147
Radar rdar://problem/65115563
Original Reporter @belkadan
Type Bug
Additional Detail from JIRA
Votes 0
Component/s Standard Library
Labels Bug
Assignee None
Priority Medium

md5: 774204e3659ddeedbaf8c98cbb1808e1

Issue Description:

UnsafePointer, UnsafeMutablePointer, and OpaquePointer all implement CVarArg, but UnsafeRawPointer and UnsafeMutableRawPointer do not. This was probably an oversight when the raw pointer types were added, but now it's got backwards-deployment concerns on Apple platforms.

@typesanitizer
Copy link

@swift-ci create

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella
Projects
None yet
Development

No branches or pull requests

2 participants