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

Petr Hosek via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jan 27 21:37:32 PST 2019


phosek added a comment.

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.


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