Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
a1f94e16
Commit
a1f94e16
authored
Aug 03, 2017
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed spelling error in comment.
parent
29db3ee5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
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
zli
ed
can all receive serialized data from each other so long as the actual seri
aliz
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