[libcxx-commits] [PATCH] D70343: Add a `_LIBCPP_HARDEN` define

Eric Fiselier via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 15 15:42:35 PST 2019


EricWF added a comment.

What's the difference between `_LIBCPP_HARDEN` and simply defining `_LIBCPP_DEBUG=0`? That should turn on `_LIBCPP_ASSERT` in the same cases.


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

https://reviews.llvm.org/D70343





More information about the libcxx-commits mailing list