[libcxx-commits] [libcxx] [libc++] Use remove_pointer builtin as library traits (PR #91838)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 16 10:19:03 PDT 2024
mordante wrote:
> I agree that it doesn't make a ton of sense to guard this on the version, since the GCC folks make it very clear that they don't intend to support the use of the builtin directly.
FYI My original remark was based on the commit message
`Gcc's remove_pointer builtin is added in 14.1 release but the implementation is incomplete.`
That did not make it clear GCC doesn't intend to support the builtin directly.
https://github.com/llvm/llvm-project/pull/91838
More information about the libcxx-commits
mailing list