[libcxx] [llvm] [libc++] Deprecate and remove meaningless `<cxxx>` headers (PR #111615)
Ian Anderson via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 24 09:53:28 PDT 2024
================
@@ -0,0 +1,18 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+// <ciso646>
+
+// check that <ciso646> is removed in C++20
+// When built with modules, <ciso646> should be omitted.
+
+// UNSUPPORTED: c++03, c++11, c++14, c++17
+// UNSUPPORTED: clang-modules-build
----------------
ian-twilightcoder wrote:
`__has_feature(modules)` We want this for clang modules and cxx_modules is C++20 modules
https://github.com/llvm/llvm-project/pull/111615
More information about the llvm-commits
mailing list