From 6e5fc91885e622c4d513300e53a05477dd10892c Mon Sep 17 00:00:00 2001 From: Darin Adler Date: Sat, 2 Feb 2002 18:36:12 +0000 Subject: [PATCH] New smart pointer documentation. Related clean-up of the smart pointer library. Changing includes to include the new individual smart pointer headers. Replacing old smart pointer library with an include of the new smart pointer headers. Simplify ifdefs that involve the member templates macros now that BOOST_MSVC6_MEMBER_TEMPLATES is also guaranteed to bet set for platforms that have full member templates. [SVN r12647] --- include/boost/python/conversions.hpp | 2 +- include/boost/python/detail/extension_class.hpp | 2 +- include/boost/python/object/inheritance.hpp | 2 +- src/types.cpp | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/include/boost/python/conversions.hpp b/include/boost/python/conversions.hpp index aa07547f..24ac5614 100644 --- a/include/boost/python/conversions.hpp +++ b/include/boost/python/conversions.hpp @@ -19,7 +19,7 @@ # include # include # include -# include +# include # include # include diff --git a/include/boost/python/detail/extension_class.hpp b/include/boost/python/detail/extension_class.hpp index 638217d1..dd6741d2 100644 --- a/include/boost/python/detail/extension_class.hpp +++ b/include/boost/python/detail/extension_class.hpp @@ -26,7 +26,7 @@ # include # include # include -# include +# include # include namespace boost { namespace python { diff --git a/include/boost/python/object/inheritance.hpp b/include/boost/python/object/inheritance.hpp index 60aeda58..ceeac8f9 100644 --- a/include/boost/python/object/inheritance.hpp +++ b/include/boost/python/object/inheritance.hpp @@ -7,7 +7,7 @@ # define INHERITANCE_DWA200216_HPP # include -# include +# include namespace boost { namespace python { namespace objects { diff --git a/src/types.cpp b/src/types.cpp index e76503d2..eae9adff 100644 --- a/src/types.cpp +++ b/src/types.cpp @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include