mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Minor change to avoid a compile time error in visual studio 2008.
This commit is contained in:
parent
84daff6399
commit
e3fcf35217
@ -575,7 +575,7 @@ namespace dlib
|
|||||||
|
|
||||||
// ----------------------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------------------
|
||||||
|
|
||||||
namespace impl
|
namespace impl_tsu
|
||||||
{
|
{
|
||||||
struct serialize_helper
|
struct serialize_helper
|
||||||
{
|
{
|
||||||
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user