Skip to content

Commit

Permalink
cleanup related to #291
Browse files Browse the repository at this point in the history
  • Loading branch information
AzothAmmo committed Jun 29, 2016
1 parent 6d8bdd8 commit a8bd7f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/cereal/details/polymorphic_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,6 @@ namespace cereal
#endif // _MSC_VER
};

//#if defined(_WINDLL)
// instantiate implementation
template <class Archive, class T>
CEREAL_DLL_EXPORT void polymorphic_serialization_support<Archive,T>::instantiate()
Expand All @@ -632,7 +631,6 @@ namespace cereal
std::is_base_of<detail::InputArchiveBase, Archive>::value &&
traits::is_input_serializable<T, Archive>::value>{} );
}
//#endif

//! Begins the binding process of a type to all registered archives
/*! Archives need to be registered prior to this struct being instantiated via
Expand Down

0 comments on commit a8bd7f3

Please sign in to comment.