mark_t::operator bool() is now explicit

Follows up cf5d2c2b.

* spot/mc/ec.hh: here.
This commit is contained in:
Etienne Renault 2017-03-15 09:32:12 +01:00
parent 6d282bbc6b
commit 03ff789324

View file

@ -185,7 +185,7 @@ namespace spot
// -example and flush the bfs queue. // -example and flush the bfs queue.
auto mark = this->twa_->trans_data(front->it_prop, auto mark = this->twa_->trans_data(front->it_prop,
this->tid_).acc_; this->tid_).acc_;
if (!acc.has(mark.id)) if (!(acc & mark))
{ {
ctrx_element* current = front; ctrx_element* current = front;
while (current != nullptr) while (current != nullptr)