mark_t::operator bool() is now explicit
Follows up cf5d2c2b.
* spot/mc/ec.hh: here.
This commit is contained in:
parent
6d282bbc6b
commit
03ff789324
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ namespace spot
|
|||
// -example and flush the bfs queue.
|
||||
auto mark = this->twa_->trans_data(front->it_prop,
|
||||
this->tid_).acc_;
|
||||
if (!acc.has(mark.id))
|
||||
if (!(acc & mark))
|
||||
{
|
||||
ctrx_element* current = front;
|
||||
while (current != nullptr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue