[libcxx-commits] [PATCH] D67900: [libc++] Use builtin type traits whenever possible

Manoj Gupta via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Apr 1 10:26:34 PDT 2020


manojgupta added a subscriber: EricWF.
manojgupta added a comment.

Copying an email reply to phab thread from @EricWF , not sure why it did not make it here.

We should revert the change for `is_arithmetic` and `is_floating_point`.

Marshall and I have discussed the __float128 issue previously, but we couldn't reach an agreement that it should be handled as an extension.
For that reason, I think we should go back to the old behavior.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67900





More information about the libcxx-commits mailing list