Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Spot
Spot
Commits
5a16a547
Commit
5a16a547
authored
Mar 15, 2017
by
Etienne Renault
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mark_t::operator bool() is now explicit
Follows up
cf5d2c2b
. * spot/mc/ec.hh: here.
parent
d58ff04a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
spot/mc/ec.hh
spot/mc/ec.hh
+1
-1
No files found.
spot/mc/ec.hh
View file @
5a16a547
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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