Fix unused parameters and variables
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@290459 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -29,7 +29,7 @@ struct ConstructsWithTupleLeaf
|
||||
ConstructsWithTupleLeaf(ConstructsWithTupleLeaf &&) {}
|
||||
|
||||
template <class T>
|
||||
ConstructsWithTupleLeaf(T t) {
|
||||
ConstructsWithTupleLeaf(T) {
|
||||
static_assert(!std::is_same<T, T>::value,
|
||||
"Constructor instantiated for type other than int");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user