diff --git a/include/cereal/details/polymorphic_impl.hpp b/include/cereal/details/polymorphic_impl.hpp index acdf5ff6a..d72cd050e 100644 --- a/include/cereal/details/polymorphic_impl.hpp +++ b/include/cereal/details/polymorphic_impl.hpp @@ -619,7 +619,6 @@ namespace cereal #endif // _MSC_VER }; -//#if defined(_WINDLL) // instantiate implementation template CEREAL_DLL_EXPORT void polymorphic_serialization_support::instantiate() @@ -632,7 +631,6 @@ namespace cereal std::is_base_of::value && traits::is_input_serializable::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