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
ec49398e
Commit
ec49398e
authored
Apr 27, 2015
by
Alexandre Duret-Lutz
Browse files
* src/twa/acc.hh (mark_t::clear): New method.
parent
6e32b658
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/twa/acc.hh
View file @
ec49398e
...
...
@@ -113,6 +113,11 @@ namespace spot
id
|=
(
1U
<<
u
);
}
void
clear
(
unsigned
u
)
{
id
&=
~
(
1U
<<
u
);
}
mark_t
&
operator
&=
(
mark_t
r
)
{
id
&=
r
.
id
;
...
...
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