|
5 | 5 | // to its suitability for any purpose. |
6 | 6 | #ifndef TYPE_ID_DWA20011127_HPP |
7 | 7 | # define TYPE_ID_DWA20011127_HPP |
8 | | -# include <boost/config.hpp> |
9 | | -# include <boost/python/export.hpp> |
| 8 | +# include <boost/python/detail/config.hpp> |
| 9 | +# include <boost/python/detail/config.hpp> |
10 | 10 | # include <boost/mpl/select_type.hpp> |
11 | 11 | # include <boost/type_traits/cv_traits.hpp> |
12 | 12 | # include <boost/type_traits/composite_traits.hpp> |
13 | | -# include <boost/python/export.hpp> |
14 | 13 | # include <boost/operators.hpp> |
15 | 14 | # include <typeinfo> |
16 | 15 | # include <iosfwd> |
@@ -48,7 +47,7 @@ typedef std::type_info const* base_id_t; |
48 | 47 |
|
49 | 48 | bool operator<(type_id_t const& rhs) const; |
50 | 49 | bool operator==(type_id_t const& rhs) const; |
51 | | - friend BOOST_PYTHON_EXPORT std::ostream& operator<<(std::ostream&, type_id_t const&); |
| 50 | + friend BOOST_PYTHON_DECL std::ostream& operator<<(std::ostream&, type_id_t const&); |
52 | 51 |
|
53 | 52 | private: |
54 | 53 | decoration m_decoration; |
@@ -188,12 +187,12 @@ type_id_t type_id(detail::dummy<T>* = 0) |
188 | 187 | } |
189 | 188 | # endif |
190 | 189 |
|
191 | | -struct BOOST_PYTHON_EXPORT type_id_before |
| 190 | +struct BOOST_PYTHON_DECL type_id_before |
192 | 191 | { |
193 | 192 | bool operator()(type_id_t const& x, type_id_t const& y) const; |
194 | 193 | }; |
195 | 194 |
|
196 | | -BOOST_PYTHON_EXPORT std::ostream& operator<<(std::ostream&, type_id_t const&); |
| 195 | +BOOST_PYTHON_DECL std::ostream& operator<<(std::ostream&, type_id_t const&); |
197 | 196 |
|
198 | 197 | }}} // namespace boost::python::converter |
199 | 198 |
|
|
0 commit comments