swift
8ffaa0b4
- Use strict class check for _SwiftValue box
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
134 days ago
Use strict class check for _SwiftValue box Replaces isKindOfClass with object_getClass to ensure 'other' is exactly a _SwiftValue box, not a subclass. This works because other has no subclasses/proxies.
References
#86618 - Use strict class check for _SwiftValue box
Author
mike-goutokuji
Parents
03e68097
Loading