[libcxx-commits] [PATCH] D128400: [libc++][NFC] Replace enable_if with __enable_if_t in a few places

Joe Loser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 24 12:27:53 PDT 2022


jloser added a comment.

This isn't quite an NFC I think. Specifically, `__enable_if_t` is marked with `_LIBCPP_NODEBUG` whereas `enable_if` is not.  The new behavior proposed in this patch results in suppressing debugging information for these functions. Does anyone rely on this behavior/care?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128400



More information about the libcxx-commits mailing list