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
a5bc7c3f
Commit
a5bc7c3f
authored
Aug 19, 2014
by
Alexandre Duret-Lutz
Browse files
* src/misc/bitvect.hh (bitvect_array): Make as SPOT_DELETED.
parent
06a0c498
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/misc/bitvect.hh
View file @
a5bc7c3f
...
...
@@ -453,11 +453,8 @@ namespace spot
{
}
/// Not implemented.
SPOT_LOCAL
bitvect_array
(
const
bitvect_array
&
);
/// Not implemented.
SPOT_LOCAL
void
operator
=
(
const
bitvect_array
&
);
SPOT_LOCAL
bitvect_array
(
const
bitvect_array
&
)
SPOT_DELETED
;
SPOT_LOCAL
void
operator
=
(
const
bitvect_array
&
)
SPOT_DELETED
;
public:
~
bitvect_array
()
...
...
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