Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
f4dc4855
Commit
f4dc4855
authored
May 06, 2018
by
Davis King
Browse files
Cleanup
parent
d847c130
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
dlib/array/array_kernel.h
dlib/array/array_kernel.h
+2
-4
No files found.
dlib/array/array_kernel.h
View file @
f4dc4855
...
...
@@ -91,6 +91,8 @@ namespace dlib
{}
array
(
const
array
&
)
=
delete
;
array
&
operator
=
(
array
&
)
=
delete
;
array
(
array
&&
item
)
:
array
()
...
...
@@ -218,10 +220,6 @@ namespace dlib
T
*
last_pos
;
mutable
bool
_at_start
;
// restricted functions
array
(
array
<
T
>&
);
// copy constructor
array
<
T
>&
operator
=
(
array
<
T
>&
);
// assignment operator
};
template
<
...
...
Write
Preview
Markdown
is supported
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