summaryrefslogtreecommitdiff
path: root/boost/smart_ptr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/smart_ptr.hpp')
-rw-r--r--boost/smart_ptr.hpp15
1 files changed, 5 insertions, 10 deletions
diff --git a/boost/smart_ptr.hpp b/boost/smart_ptr.hpp
index b5e569d8d3..6fabfc5388 100644
--- a/boost/smart_ptr.hpp
+++ b/boost/smart_ptr.hpp
@@ -11,21 +11,16 @@
// Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
-// http://www.boost.org/libs/smart_ptr/smart_ptr.htm
+// See http://www.boost.org/libs/smart_ptr/ for documentation.
//
-#include <boost/config.hpp>
-
#include <boost/scoped_ptr.hpp>
#include <boost/scoped_array.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/shared_array.hpp>
-
-#if !defined(BOOST_NO_MEMBER_TEMPLATES) || defined(BOOST_MSVC6_MEMBER_TEMPLATES)
-# include <boost/weak_ptr.hpp>
-# include <boost/intrusive_ptr.hpp>
-# include <boost/enable_shared_from_this.hpp>
-# include <boost/make_shared.hpp>
-#endif
+#include <boost/weak_ptr.hpp>
+#include <boost/intrusive_ptr.hpp>
+#include <boost/enable_shared_from_this.hpp>
+#include <boost/make_shared.hpp>
#endif // #ifndef BOOST_SMART_PTR_HPP_INCLUDED