[libcxx-commits] [libcxx] [libc++] Fix C++23 standard modules when using with `clang-cl` on Windows (PR #148992)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 18 08:32:33 PDT 2025


================
@@ -7,6 +7,10 @@
 //
 //===----------------------------------------------------------------------===//
 
+#ifdef _LIBCPP_ABI_VCRUNTIME
----------------
ldionne wrote:

I assume this change is temporary?

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


More information about the libcxx-commits mailing list