[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
Fri Jan 25 23:08:39 PST 2019


mstorsjo added inline comments.


================
Comment at: libunwind/src/libunwind.cpp:26
 
+// libunwind does not and should not dependent on C++ library which means that
+// we need our own declaration of global placement new.
----------------
Spelling nitpick: "should not depend on", or "is not dependent on"


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