2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 16:32:16 +00:00

fix for Visual C++ >= 7.1 as per David Abrahams

[SVN r17978]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2003-03-18 22:31:12 +00:00
parent 3068b4ae13
commit 130de54f23

View File

@@ -112,7 +112,7 @@ PyTypeObject opaque_pointer_converter<Pointer>::type_object =
::boost::python::detail::dealloc
};
}} // namespace boost::python
# ifdef BOOST_MSVC
# if BOOST_WORKAROUND(BOOST_MSVC, <= 1300)
// MSC works without this workaround, but needs another one ...
# define BOOST_PYTHON_OPAQUE_SPECIALIZED_TYPE_ID(Pointee) \
BOOST_BROKEN_COMPILER_TYPE_TRAITS_SPECIALIZATION(Pointee)