Check the std version around the use of optional in is_scalar Objective-C test instead of checking the whole file.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/test/libcxx/type_traits/is_scalar.objc.pass.mm | ||
---|---|---|
20 | I'm using this because I'm not sure if it will work to include test_macros.h. |
libcxx/test/libcxx/type_traits/is_scalar.objc.pass.mm | ||
---|---|---|
36–37 | You can actually remove this altogether, since I had added libcxx/test/libcxx/utilities/optional/block.objc.pass.mm at the time anyway. You should also rebase the patch on top of master. |
I'm using this because I'm not sure if it will work to include test_macros.h.