Skip to content

Commit a2feb04

Browse files
committed
pytype_object_manager_traits -> pytype_object_mgr_traits (< 31 chars)
[SVN r14587]
1 parent e25fee7 commit a2feb04

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

include/boost/python/converter/pytype_object_manager_traits.hpp renamed to include/boost/python/converter/pytype_object_mgr_traits.hpp

File renamed without changes.

include/boost/python/dict.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <boost/python/object.hpp>
55
#include <boost/python/list.hpp>
66
#include <boost/python/tuple.hpp>
7-
#include <boost/python/converter/pytype_object_manager_traits.hpp>
7+
#include <boost/python/converter/pytype_object_mgr_traits.hpp>
88

99
namespace boost { namespace python {
1010

include/boost/python/list.hpp

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

99
# include <boost/python/object.hpp>
10-
# include <boost/python/converter/pytype_object_manager_traits.hpp>
10+
# include <boost/python/converter/pytype_object_mgr_traits.hpp>
1111

1212
namespace boost { namespace python {
1313

include/boost/python/long.hpp

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

99
# include <boost/python/object.hpp>
10-
# include <boost/python/converter/pytype_object_manager_traits.hpp>
10+
# include <boost/python/converter/pytype_object_mgr_traits.hpp>
1111

1212
namespace boost { namespace python {
1313

include/boost/python/str.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include <boost/python/object.hpp>
55
#include <boost/python/list.hpp>
6-
#include <boost/python/converter/pytype_object_manager_traits.hpp>
6+
#include <boost/python/converter/pytype_object_mgr_traits.hpp>
77

88
// disable defines in <cctype> provided by some system libraries
99
#undef isspace

include/boost/python/tuple.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define TUPLE_20020706_HPP
33

44
#include <boost/python/object.hpp>
5-
#include <boost/python/converter/pytype_object_manager_traits.hpp>
5+
#include <boost/python/converter/pytype_object_mgr_traits.hpp>
66

77
namespace boost { namespace python {
88

0 commit comments

Comments
 (0)