[llvm-branch-commits] [libcxx] [libc++][modules] Adds module testing. (PR #76246)
Mark de Wever via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Jan 12 03:39:04 PST 2024
================
@@ -156,7 +156,9 @@ export namespace std {
using std::reinterpret_pointer_cast;
using std::static_pointer_cast;
+#ifndef _LIBCPP_HAS_NO_RTTI
using std::get_deleter;
+#endif // _LIBCPP_HAS_NO_RTTI
----------------
mordante wrote:
This tested here, but should land separately. (Currently the CI does not test modules so it passes.)
https://github.com/llvm/llvm-project/pull/76246
More information about the llvm-branch-commits
mailing list