[libcxx-commits] [PATCH] D57455: [libunwind] Provide inline placement new definition
Marshall Clow via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Feb 1 13:16:55 PST 2019
mclow.lists added a comment.
My problem with declaring our own placement new is that I think we're just kicking the can down the road; that the problem might (will) come back to bite us in the future.
It would certainly be conforming for clang to reject this code at compile time.
But it's ok as a short-term fix. Who is going to figure out what we want to do long term?
Repository:
rUNW libunwind
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57455/new/
https://reviews.llvm.org/D57455
More information about the libcxx-commits
mailing list