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