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
95c074ed
Commit
95c074ed
authored
Jun 11, 2011
by
Davis King
Browse files
merged
parents
2a5a9fd0
e3fcf352
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/type_safe_union/type_safe_union_kernel.h
dlib/type_safe_union/type_safe_union_kernel.h
+2
-2
No files found.
dlib/type_safe_union/type_safe_union_kernel.h
View file @
95c074ed
...
@@ -575,7 +575,7 @@ namespace dlib
...
@@ -575,7 +575,7 @@ namespace dlib
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
namespace
impl
namespace
impl
_tsu
{
{
struct
serialize_helper
struct
serialize_helper
{
{
...
@@ -605,7 +605,7 @@ namespace dlib
...
@@ -605,7 +605,7 @@ namespace dlib
{
{
// save the type_identity
// save the type_identity
serialize
(
item
.
type_identity
,
out
);
serialize
(
item
.
type_identity
,
out
);
item
.
apply_to_contents
(
dlib
::
impl
::
serialize_helper
(
out
));
item
.
apply_to_contents
(
dlib
::
impl
_tsu
::
serialize_helper
(
out
));
}
}
catch
(
serialization_error
&
e
)
catch
(
serialization_error
&
e
)
{
{
...
...
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