Skip to content
GitLab
Menu
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
55b84b1a
Commit
55b84b1a
authored
Oct 20, 2004
by
Alexandre Duret-Lutz
Browse files
* src/misc/modgray.hh (loopless_modular_mixed_radix_gray_code::done,
loopless_modular_mixed_radix_gray_code::last): Declare as const.
parent
4defec66
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
55b84b1a
2004-10-20 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/misc/modgray.hh (loopless_modular_mixed_radix_gray_code::done,
loopless_modular_mixed_radix_gray_code::last): Declare as const.
* src/misc/bareword.hh, src/misc/bareword.cc: New files.
* src/misc/Makefile.am (libmisc_la_SOURCES, misc_HEADERS): Add them.
...
...
src/misc/modgray.hh
View file @
55b84b1a
...
...
@@ -110,14 +110,14 @@ namespace spot
/// At this point it is still OK to call next(), and then done() will
/// become true.
bool
last
()
last
()
const
{
return
f_
[
0
]
==
n_
;
}
/// Whether all tuple have been explored.
bool
done
()
done
()
const
{
return
done_
;
}
...
...
Write
Preview
Supports
Markdown
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