[libcxx-commits] [PATCH] D57262: [libunwind] Drop the dependency on <algorithm>, add placement new inline

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jan 27 23:19:31 PST 2019


mstorsjo accepted this revision.
mstorsjo added a comment.

In D57262#1373225 <https://reviews.llvm.org/D57262#1373225>, @phosek wrote:

> In D57262#1372385 <https://reviews.llvm.org/D57262#1372385>, @mstorsjo wrote:
>
> > This patch breaks compilation of Unwind-seh.cpp, which also needs a declaration of the placement new operator.
>
>
> Thanks for checking, this should be fixed now.


Thanks, now it does indeed seem to build fine for me.


Repository:
  rUNW libunwind

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57262/new/

https://reviews.llvm.org/D57262





More information about the libcxx-commits mailing list