[all-commits] [llvm/llvm-project] 0ad901: [libc++][test] Remove unused macro in is_construct...
Joseph Loser via All-commits
all-commits at lists.llvm.org
Tue Oct 5 07:16:56 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ad9013fcd05ce6d9a4ebcdadbaf526efdcffa7b
https://github.com/llvm/llvm-project/commit/0ad9013fcd05ce6d9a4ebcdadbaf526efdcffa7b
Author: Joe Loser <joeloser93 at gmail.com>
Date: 2021-10-05 (Tue, 05 Oct 2021)
Changed paths:
M libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_constructible.pass.cpp
Log Message:
-----------
[libc++][test] Remove unused macro in is_constructible.pass.cpp. NFC.
Test file defines `LIBCPP11_STATIC_ASSERT` but it never uses it now. It
always uses `static_assert` unconditionally. So, remove the unused
macro.
More information about the All-commits
mailing list