[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
Mon Jan 28 08:33:51 PST 2019


phosek marked 2 inline comments as done.
phosek added inline comments.


================
Comment at: libunwind/src/libunwind.cpp:15
-#ifndef NDEBUG
-#include <cstdlib> // getenv
-#endif
----------------
ldionne wrote:
> Just to confirm -- this is handled by `#include <stdlib.h>` because we use the global `::getenv()` function, right?
Yes, correct.


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