[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. STL_MSFT on Apr 11 2017, 5:34 PM. Authored by
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 |