Otherwise, std::is_pointer<id strong> works, but std::is_pointer<id weak>
(and others) don't work as expected.
rdar://problem/49126333
Differential D60087
[libc++] Correctly handle Objective-C++ ARC qualifiers in std::is_pointer ldionne on Apr 1 2019, 12:00 PM. Authored by
Details
Otherwise, std::is_pointer<id strong> works, but std::is_pointer<id weak> rdar://problem/49126333
Diff Detail
Event TimelineComment Actions Yes, we do. Is it OK to include <Foundation/Foundation.h> in the libc++ test suite? I haven't seen it done before. Comment Actions LGTM
|
Also, can you add a test case that tests the combination of const or volatile and __weak?