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
a1f94e16
"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "4d5a96e40a939d77cdba89e9a9129841b7154f60"
Commit
a1f94e16
authored
Aug 03, 2017
by
Davis King
Browse files
Fixed spelling error in comment.
parent
29db3ee5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/serialize.h
dlib/serialize.h
+1
-1
No files found.
dlib/serialize.h
View file @
a1f94e16
...
...
@@ -99,7 +99,7 @@
Note that you can deserialize an integer value to any integral type (except for a
char type) if its value will fit into the target integer type. I.e. the types
short, int, long, unsigned short, unsigned int, unsigned long, and dlib::uint64
can all receive serialized data from each other so long as the actual seri
z
lied
can all receive serialized data from each other so long as the actual seri
a
li
z
ed
value fits within the receiving integral type's range.
Also note that for any container to be serializable the type of object it contains
...
...
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