[libcxx-commits] [PATCH] D57455: [libunwind] Provide inline placement new definition

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 30 12:23:40 PST 2019


mclow.lists added a comment.

Um... I suspect that this is technically UB.   Having more than two (one in the standard library, and one other) in an executable context is a bad idea.
Marking it as `inline` might make it work, but I still think it's UB.


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