Clang needs explicit copy-initialization for sets.
* src/tgba/acc.cc: here.
This commit is contained in:
parent
734bceff8e
commit
e05ec12b37
1 changed files with 2 additions and 2 deletions
|
|
@ -354,10 +354,10 @@ namespace spot
|
|||
case acc_cond::acc_op::InfNeg:
|
||||
case acc_cond::acc_op::FinNeg:
|
||||
SPOT_UNREACHABLE();
|
||||
return {};
|
||||
return std::set<acc_cond::acc_code>{};
|
||||
}
|
||||
SPOT_UNREACHABLE();
|
||||
return {};
|
||||
return std::set<acc_cond::acc_code>{};
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue