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

[Swift projection tooling] Remove special cased bound generics once full support for bound generics is added #2979

Open
Tracked by #2970
jkurdek opened this issue Feb 4, 2025 · 0 comments
Assignees
Labels
area-SwiftBindings Swift bindings for .NET

Comments

@jkurdek
Copy link
Member

jkurdek commented Feb 4, 2025

We currently have two special cased bound generics UnsafeMutablePointer<UInt8> and UnsafeMutableBufferPointer<UInt8>. They were added to facilitate simple tests. Once full support for bound generics is added, they should be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-SwiftBindings Swift bindings for .NET
Projects
None yet
Development

No branches or pull requests

1 participant