[libcxx-commits] [libcxx] [libc++] Use remove_pointer builtin as library traits (PR #91838)

via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 16 03:07:42 PDT 2024


Chilledheart wrote:

> We should simply resolve the `__remove_pointer_t` alias to either `remove_pointer<>::type` for GCC or `__remove_pointer()` for Clang.

It's up to you. You're the maintainer. But that reason don't convince me because it makes things complex especially the patch. As a user of libc++, I want things go upstream because it makes maintainment easier without introducing some complex code.

https://github.com/llvm/llvm-project/pull/91838


More information about the libcxx-commits mailing list