[libcxx-commits] [libcxx] [libc++] Pass type information down to __libcpp_allocate (PR #118837)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 8 10:36:41 PST 2025


================
@@ -29,7 +29,7 @@ _LIBCPP_CONSTEXPR inline _LIBCPP_HIDE_FROM_ABI bool __is_overaligned_for_new(siz
 #endif
 }
 
-template <class... _Args>
+template <class _Tp, class... _Args>
----------------
philnik777 wrote:

Yeah, I'd rather do that. If we actually need it at some point, we can pass it all the way then.

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


More information about the libcxx-commits mailing list