[all-commits] [llvm/llvm-project] 7a0dc1: [libc++] Remove std::optional from ObjC is_scalar ...
Zoe Carver via All-commits
all-commits at lists.llvm.org
Wed Apr 8 09:45:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7a0dc1a9e77d023871e166c9d2aecf9133ddf043
https://github.com/llvm/llvm-project/commit/7a0dc1a9e77d023871e166c9d2aecf9133ddf043
Author: zoecarver <z.zoelec2 at gmail.com>
Date: 2020-04-08 (Wed, 08 Apr 2020)
Changed paths:
M libcxx/test/libcxx/type_traits/is_scalar.objc.pass.mm
Log Message:
-----------
[libc++] Remove std::optional from ObjC is_scalar test.
std::optional requires C++17. Instead of only running the test above
C++14, this commit removes uses of std::optional from the test (it's
already tested in block.objc.pass.mm).
More information about the All-commits
mailing list