acc: simplify mark_t::subset()
* spot/twa/acc.hh: Here.
This commit is contained in:
parent
bdfa2b3983
commit
566d8e5c87
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ namespace spot
|
||||||
|
|
||||||
bool subset(mark_t m) const
|
bool subset(mark_t m) const
|
||||||
{
|
{
|
||||||
return this->strip(m) == 0U;
|
return (*this) - m == 0U;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool proper_subset(mark_t m) const
|
bool proper_subset(mark_t m) const
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue