Skip to content

Commit 4477fe4

Browse files
author
Ralf W. Grosse-Kunstleve
committed
Python 2.3 Tru64 cxx compatibility & a little cleanup
[SVN r18652]
1 parent 5d1e245 commit 4477fe4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+35
-71
lines changed

include/boost/python/arg_from_python.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#ifndef ARG_FROM_PYTHON_DWA2002128_HPP
77
# define ARG_FROM_PYTHON_DWA2002128_HPP
88

9+
# include <boost/python/detail/prefix.hpp>
910
# include <boost/python/converter/arg_from_python.hpp>
1011
# include <boost/python/detail/indirect_traits.hpp>
1112

include/boost/python/cast.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
# include <boost/python/detail/prefix.hpp>
1010

11-
# include <boost/python/detail/wrap_python.hpp>
1211
# include <boost/type_traits/same_traits.hpp>
1312
# include <boost/type_traits/cv_traits.hpp>
1413
# include <boost/type.hpp>

include/boost/python/converter/arg_from_python.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#ifndef ARG_FROM_PYTHON_DWA2002127_HPP
77
# define ARG_FROM_PYTHON_DWA2002127_HPP
88

9+
# include <boost/python/detail/prefix.hpp>
910
# include <boost/python/converter/from_python.hpp>
10-
# include <boost/python/detail/wrap_python.hpp>
1111
# include <boost/python/detail/indirect_traits.hpp>
1212
# include <boost/type_traits/transform_traits.hpp>
1313
# include <boost/type_traits/cv_traits.hpp>

include/boost/python/converter/arg_to_python_base.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// to its suitability for any purpose.
66
#ifndef ARG_TO_PYTHON_BASE_DWA200237_HPP
77
# define ARG_TO_PYTHON_BASE_DWA200237_HPP
8-
# include <boost/python/detail/wrap_python.hpp>
98
# include <boost/python/handle.hpp>
109

1110
namespace boost { namespace python { namespace converter {

include/boost/python/converter/builtin_converters.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// to its suitability for any purpose.
66
#ifndef BUILTIN_CONVERTERS_DWA2002124_HPP
77
# define BUILTIN_CONVERTERS_DWA2002124_HPP
8-
# include <boost/python/detail/wrap_python.hpp>
8+
# include <boost/python/detail/prefix.hpp>
99
# include <boost/python/detail/none.hpp>
1010
# include <boost/python/handle.hpp>
1111
# include <string>

include/boost/python/converter/from_python.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
#ifndef FIND_FROM_PYTHON_DWA2002223_HPP
77
# define FIND_FROM_PYTHON_DWA2002223_HPP
88

9-
# include <boost/python/detail/config.hpp>
10-
# include <boost/python/detail/wrap_python.hpp>
9+
# include <boost/python/detail/prefix.hpp>
1110
# include <boost/python/converter/rvalue_from_python_data.hpp>
1211

1312
namespace boost { namespace python { namespace converter {

include/boost/python/converter/obj_mgr_arg_from_python.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#ifndef OBJ_MGR_ARG_FROM_PYTHON_DWA2002628_HPP
77
# define OBJ_MGR_ARG_FROM_PYTHON_DWA2002628_HPP
88

9-
# include <boost/python/detail/wrap_python.hpp>
9+
# include <boost/python/detail/prefix.hpp>
1010
# include <boost/python/detail/referent_storage.hpp>
1111
# include <boost/python/detail/destroy.hpp>
1212
# include <boost/python/detail/construct.hpp>

include/boost/python/converter/pyobject_traits.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#ifndef PYOBJECT_TRAITS_DWA2002720_HPP
77
# define PYOBJECT_TRAITS_DWA2002720_HPP
88

9-
# include <boost/python/detail/wrap_python.hpp>
9+
# include <boost/python/detail/prefix.hpp>
1010
# include <boost/python/converter/pyobject_type.hpp>
1111

1212
namespace boost { namespace python { namespace converter {

include/boost/python/converter/pyobject_type.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
#ifndef PYOBJECT_TYPE_DWA2002720_HPP
77
# define PYOBJECT_TYPE_DWA2002720_HPP
88

9-
# include <boost/python/detail/config.hpp>
10-
# include <boost/python/detail/wrap_python.hpp>
119
# include <boost/python/cast.hpp>
1210

1311
namespace boost { namespace python { namespace converter {

include/boost/python/converter/pytype_arg_from_python.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#ifndef PYTYPE_ARG_FROM_PYTHON_DWA2002628_HPP
77
# define PYTYPE_ARG_FROM_PYTHON_DWA2002628_HPP
88

9-
# include <boost/python/detail/wrap_python.hpp>
9+
# include <boost/python/detail/prefix.hpp>
1010

1111
//
1212
// arg_from_python converters for Python type wrappers, to be used as

0 commit comments

Comments
 (0)