[libcxx-commits] [PATCH] D131732: [libcxx][NFC] utilises compiler builtins for unary transform type-traits
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Aug 11 15:32:19 PDT 2022
philnik requested changes to this revision.
philnik added a comment.
This revision now requires changes to proceed.
Which compiler supports these builtins? Neither GCC nor clang accept `__add_lvalue_reference` or `__add_pointer`: https://godbolt.org/z/nvxqWTGY1
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131732/new/
https://reviews.llvm.org/D131732
More information about the libcxx-commits
mailing list