[libcxx-commits] [libcxx] [libc++][z/OS] Move z/OS to new locale API and resolve all name collisions (PR #165428)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 28 16:42:33 PDT 2025
================
@@ -26,3 +26,79 @@
#ifdef erase
# undef erase
#endif
+
+#ifdef __islower
----------------
ldionne wrote:
Can you explain the need for these? Can't the system headers be fixed not to define these macros instead?
https://github.com/llvm/llvm-project/pull/165428
More information about the libcxx-commits
mailing list