fixing typo for VS compliance (see #68)
This commit is contained in:
@@ -261,7 +261,7 @@ namespace cereal
|
||||
|
||||
writeMetadata(ar);
|
||||
|
||||
savePolymorphicSharedPtr( ar, dptr, typename ::cereal::traits::has_shared_from_this<T>::type() );
|
||||
savePolymorphicSharedPtr( ar, dptr, ::cereal::traits::has_shared_from_this<T>::type() );
|
||||
};
|
||||
|
||||
serializers.unique_ptr =
|
||||
|
||||
Reference in New Issue
Block a user