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

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 19 10:52:31 PDT 2020


zoecarver added a comment.

74494d9992bdf266259f8add410f346971471c46 <https://reviews.llvm.org/rG74494d9992bdf266259f8add410f346971471c46> fixed both the issue with `is_fundamental` and `is_compound` (which failed because it's implemented using `is_fundamental`).


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