[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
Mon Jul 21 18:01:52 PDT 2025
================
@@ -17,6 +17,11 @@
#if defined(_LIBCPP_ABI_VCRUNTIME)
# include <new.h>
----------------
siradam7th wrote:
> @siradam7th I think it would be better to follow what MSVC STL does. We can just avoid special-casing `_LIBCPP_ABI_VCRUNTIME`, and consistently declare these 3 things ourselves.
I'll give it a try.
https://github.com/llvm/llvm-project/pull/148992
More information about the libcxx-commits
mailing list