[libcxx] [test] Avoid Clang's -Wunused-const-variable in is_constructible.pass.cpp.
This happens when using Clang with MSVC's STL, so there are no actual uses of this variable.
Differential D31966
[libcxx] [test] Avoid Clang's -Wunused-const-variable in is_constructible.pass.cpp. Authored by STL_MSFT on Apr 11 2017, 5:34 PM.
Details
[libcxx] [test] Avoid Clang's -Wunused-const-variable in is_constructible.pass.cpp. This happens when using Clang with MSVC's STL, so there are no actual uses of this variable.
Diff Detail |