Fixed build error. Renamed variable
This commit is contained in:
parent
e27b54664e
commit
292b679aba
|
@ -960,7 +960,7 @@ private:
|
|||
|
||||
void removeUnusedTemplates() {
|
||||
Settings s;
|
||||
s.removeUnusedTemplates = true;
|
||||
s.checkUnusedTemplates = false;
|
||||
ASSERT_EQUALS(";",
|
||||
tokenizeAndStringify("; template <typename... a> uint8_t b(std::tuple<uint8_t> d) {\n"
|
||||
" std::tuple<a...> c{std::move(d)};\n"
|
||||
|
|
Loading…
Reference in New Issue