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
e0ab0954
Commit
e0ab0954
authored
Feb 28, 2012
by
Davis King
Browse files
Made byte_orderer copyable.
parent
159c2bbe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
dlib/byte_orderer/byte_orderer_kernel_1.h
dlib/byte_orderer/byte_orderer_kernel_1.h
+0
-5
dlib/byte_orderer/byte_orderer_kernel_abstract.h
dlib/byte_orderer/byte_orderer_kernel_abstract.h
+0
-7
No files found.
dlib/byte_orderer/byte_orderer_kernel_1.h
View file @
e0ab0954
...
...
@@ -164,11 +164,6 @@ namespace dlib
}
bool
little_endian
;
// restricted functions
byte_orderer
(
const
byte_orderer
&
);
// copy constructor
byte_orderer
&
operator
=
(
const
byte_orderer
&
);
// assignment operator
};
// make flip not do anything at all for chars
...
...
dlib/byte_orderer/byte_orderer_kernel_abstract.h
View file @
e0ab0954
...
...
@@ -142,13 +142,6 @@ namespace dlib
to host byte order.
!*/
private:
// restricted functions
byte_orderer
(
const
byte_orderer
&
);
// copy constructor
byte_orderer
&
operator
=
(
const
byte_orderer
&
);
// assignment operator
};
}
...
...
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