Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
b249ab4a
Commit
b249ab4a
authored
Mar 15, 2017
by
Etienne Renault
Browse files
mark_t::operator bool() is now explicit
Follows up
cf5d2c2b
. * spot/mc/ec.hh: here.
parent
9f6cf18a
Changes
1
Hide whitespace changes
Inline
Side-by-side
spot/mc/ec.hh
View file @
b249ab4a
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment