Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
std_darwin.modulemap: Break cyclic module dependencies
With the latest MacOSX15.0.sdk, Clang complains about a "cyclic dependency in module 'std': std -> _wctype -> __wctype -> std". Break this cycle by deleting the module for ctype.h in libc++, it only includes ctype.h from the C library which has its own module definition. Closes #16219
- Loading branch information