This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Avoid Clang's -Wunused-const-variable in is_constructible.pass.cpp.
ClosedPublic

Authored by STL_MSFT on Apr 11 2017, 5:34 PM.

Details

Summary

[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