Skip to content

Commit

Permalink
fixing typo for VS compliance (see #68)
Browse files Browse the repository at this point in the history
  • Loading branch information
AzothAmmo committed Mar 9, 2014
1 parent 9ca38db commit 3e1f9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cereal/details/polymorphic_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 3e1f9cb

Please sign in to comment.