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
4d226260
Commit
4d226260
authored
Dec 02, 2021
by
Alexandre Duret-Lutz
Browse files
formula: is_literal should be const
Reported by Ayrat Khalimov. * spot/tl/formula.hh (is_literal): Mark as const.
parent
8ffd06e9
Pipeline
#31729
passed with stages
in 192 minutes and 49 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
spot/tl/formula.hh
View file @
4d226260
...
...
@@ -1557,7 +1557,7 @@ namespace spot
/// \brief Whether the formula is an atomic proposition or its
/// negation.
bool
is_literal
()
bool
is_literal
()
const
{
return
(
is
(
op
::
ap
)
||
// If f is in nenoform, Not can only occur in front of
...
...
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