[libcxx-commits] [PATCH] D153136: [libc++] Move non operator new definitions outside of new.cpp
Yurong via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 16 08:13:00 PDT 2023
yronglin added inline comments.
================
Comment at: libcxx/src/new_helpers.cpp:24
+# else
+ _VSTD::abort();
+# endif
----------------
Nit: Should we use std:: in new code?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153136/new/
https://reviews.llvm.org/D153136
More information about the libcxx-commits
mailing list