[libcxx-commits] [PATCH] D131732: [libcxx][NFC] utilises compiler builtins for unary transform type-traits

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 11 17:16:46 PDT 2022


cjdb added a comment.

In D131732#3717669 <https://reviews.llvm.org/D131732#3717669>, @philnik wrote:

> Which compiler supports these builtins? Neither GCC nor clang accept `__add_lvalue_reference` or `__add_pointer`: https://godbolt.org/z/nvxqWTGY1

See D116203 <https://reviews.llvm.org/D116203>.


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