[libcxx-commits] [libcxx] [z/OS] __cxx03 subdir was added by mistake (PR #122763)

via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 13 10:41:13 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: Sean Perry (perry-ca)

<details>
<summary>Changes</summary>

The header <features.h> is a system header.  It's not part of the headers in __cxx03.

---
Full diff: https://github.com/llvm/llvm-project/pull/122763.diff


1 Files Affected:

- (modified) libcxx/include/__cxx03/__config (+1-1) 


``````````diff
diff --git a/libcxx/include/__cxx03/__config b/libcxx/include/__cxx03/__config
index 3e8f181664c975..880d14a50a0525 100644
--- a/libcxx/include/__cxx03/__config
+++ b/libcxx/include/__cxx03/__config
@@ -230,7 +230,7 @@ _LIBCPP_HARDENING_MODE_DEBUG
 #  endif
 
 #  if defined(__MVS__)
-#    include <__cxx03/features.h> // for __NATIVE_ASCII_F
+#    include <features.h> // for __NATIVE_ASCII_F
 #  endif
 
 #  if defined(_WIN32)

``````````

</details>


https://github.com/llvm/llvm-project/pull/122763


More information about the libcxx-commits mailing list