llvm-project
4c6ca3ef
- [libc++] Implement a libc++ private version of isascii (#122361)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
341 days ago
[libc++] Implement a libc++ private version of isascii (#122361) The isascii() function is not standard, so we should avoid relying on the platform providing it, especially since it's easy to implement in libc++ portably.
References
#122361 - [libc++] Implement a libc++ private version of isascii
Author
ldionne
Parents
749bdc87
Loading