Imported Upstream version 1.64.0
[platform/upstream/boost.git] / libs / serialization / test / polymorphic_base.cpp
index 3dfd89c..458bd31 100644 (file)
 
 #include <boost/serialization/export.hpp>
 
-#define POLYMORPHIC_BASE_EXPORT
 #include "polymorphic_base.hpp"
 
 BOOST_CLASS_EXPORT_IMPLEMENT(polymorphic_base)
-
-const char * polymorphic_base::get_key() const{
-    return
-        boost::serialization::type_info_implementation<
-            polymorphic_base
-        >::type::get_const_instance().get_key();
-}