[libcxx-commits] [PATCH] D60087: [libc++] Correctly handle Objective-C++ ARC qualifiers in std::is_pointer
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 2 09:34:32 PDT 2019
ldionne added a comment.
In D60087#1450344 <https://reviews.llvm.org/D60087#1450344>, @mclow.lists wrote:
> Do we have to worry about other pointer types than `id`?
Yes, we do. Is it OK to include `<Foundation/Foundation.h>` in the libc++ test suite? I haven't seen it done before.
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60087/new/
https://reviews.llvm.org/D60087
More information about the libcxx-commits
mailing list