chore(frontends/lean/print_cmd): compilation error on g++ 8.2
This commit is contained in:
parent
38524475c9
commit
1dd93b34ad
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ static void print_attributes(parser const & p, name const & n) {
|
|||
return a1->get_name() < a2->get_name();
|
||||
});
|
||||
for (auto attr : attrs) {
|
||||
if (strcmp(attr->get_name(), "reducibility") == 0)
|
||||
if (attr->get_name() == "reducibility")
|
||||
continue;
|
||||
if (auto data = attr->get(env, n)) {
|
||||
out << " [" << attr->get_name();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue