From 7f801c3d8579deb23bdac9e5c3d7fb218fc53ca0 Mon Sep 17 00:00:00 2001 From: Robert Ramey Date: Sat, 5 Nov 2016 11:01:30 -0700 Subject: [PATCH] remove auto linking from shared_ptr_132 --- include/boost/serialization/shared_ptr_helper.hpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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