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
4432b238
Commit
4432b238
authored
Jul 03, 2003
by
Alexandre Duret-Lutz
Browse files
* src/tgba/tgbaproduct.cc (tgba_product_succ_iterator::first):
Simplify, do not call next_non_false_() either side is done.
parent
c09f646e
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
4432b238
2003-07-03 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* src/tgba/tgbaproduct.cc (tgba_product_succ_iterator::first):
Simplify, do not call next_non_false_() either side is done.
* src/tgba/succiter.hh (tgba_succ_iterator::current_condition):
State that this is a boolean function.
* src/tgba/succiterconcrete.hh
...
...
src/tgba/tgbaproduct.cc
View file @
4432b238
...
...
@@ -104,6 +104,7 @@ namespace spot
{
delete
right_
;
right_
=
0
;
return
;
}
next_non_false_
();
}
...
...
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