[PATCH] D135799: libcxxabi [PR58117][NFC]: Open code lower bound

Louis Dionne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 13 04:47:15 PDT 2022


ldionne added a comment.

I think it would actually be better to define `#define _LIBCPP_ENABLE_ASSERTIONS 0` at the top of the file. That way, we (1) retain the ability to use `std` algorithms, and we don't risk someone else breaking this in the future. WDYT?


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

https://reviews.llvm.org/D135799



More information about the llvm-commits mailing list