[libcxx-commits] [PATCH] D57251: [libunwind] Use placement new to avoid dependency C++ library

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 25 13:15:20 PST 2019


ldionne added inline comments.


================
Comment at: libunwind/src/libunwind.cpp:17
 #endif
 #include <new>
 #include <algorithm>
----------------
Can we get rid of this header then?



================
Comment at: libunwind/src/libunwind.cpp:18
 #include <new>
 #include <algorithm>
 
----------------
I think this header can go away regardless of the changes in this patch.


Repository:
  rUNW libunwind

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

https://reviews.llvm.org/D57251





More information about the libcxx-commits mailing list