llvm-project
4c6ca3ef - [libc++] Implement a libc++ private version of isascii (#122361)

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.
Author
Parents
Loading