diff --git a/include/boost/serialization/shared_ptr_helper.hpp b/include/boost/serialization/shared_ptr_helper.hpp index 189447a8..37c34d6b 100644 --- a/include/boost/serialization/shared_ptr_helper.hpp +++ b/include/boost/serialization/shared_ptr_helper.hpp @@ -31,9 +31,6 @@ #include #include #include -#include - -#include // must be the last headern namespace boost_132 { template class shared_ptr; @@ -94,7 +91,7 @@ public: // by a change in load_construct_data below. It makes this file suitable // only for loading pointers into a 1.33 or later boost system. std::list > * m_pointers_132; - BOOST_ARCHIVE_DECL void + void append(const boost_132::shared_ptr & t){ if(NULL == m_pointers_132) m_pointers_132 = new std::list >; @@ -209,6 +206,4 @@ public: } // namespace serialization } // namespace boost -#include // pops abi_suffix.hpp pragmas - #endif // BOOST_SERIALIZATION_SHARED_PTR_HELPER_HPP