[libcxx-commits] [libcxx] [libc++] Enable _LIBCPP_NODEBUG again (PR #123318)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 29 09:42:18 PST 2025


ldionne wrote:

The other alternative would be to use `#if __clang_ >= version` to conditionally enable `_LIBCPP_NODEBUG`, but  that would have an adverse effect on older clangs as well, so that may not be the best option.

https://github.com/llvm/llvm-project/pull/123318


More information about the libcxx-commits mailing list