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

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 28 08:14:36 PST 2019


ldionne accepted this revision.
ldionne added inline comments.


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


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