================
@@ -248,7 +248,7 @@ Interpreter::~Interpreter() {
// can't find the precise resource directory in unittests so we have to hard
// code them.
const char *const Runtimes = R"(
- void* operator new(__SIZE_TYPE__, void* __p) noexcept;
+ #include <new>
----------------
makslevental wrote:
There's a placement `new` just below here (in this block of lines that's always
interpreted). I didn't try just removing but I can.
https://github.com/llvm/llvm-project/pull/69072
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits