[libcxx-commits] [libcxx] [libc++] Fix C++23 standard modules when using with `clang-cl` on Windows (PR #148992)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 18 09:00:26 PDT 2025
================
@@ -17,6 +17,11 @@
#if defined(_LIBCPP_ABI_VCRUNTIME)
# include <new.h>
----------------
frederick-vs-ja wrote:
MSVC STL just (additionally) declares it in `<new>`. The declaration is not available from `<new.h>` or `<vcruntime_new.h>`.
https://github.com/llvm/llvm-project/pull/148992
More information about the libcxx-commits
mailing list