[libcxx-commits] [libcxx] [libc++] Fix C++23 standard modules when using with `clang-cl` on Windows (PR #148992)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jul 19 20:34:19 PDT 2025
================
@@ -7,6 +7,10 @@
//
//===----------------------------------------------------------------------===//
+#ifdef _LIBCPP_ABI_VCRUNTIME
----------------
siradam7th wrote:
It was
https://github.com/llvm/llvm-project/pull/148992
More information about the libcxx-commits
mailing list