2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 05:02:17 +00:00

workaround for MIPSpro compiler bug is now in boost/function/function_base.hpp

[SVN r15517]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2002-09-25 20:04:34 +00:00
parent 88caf4f5b6
commit 3cb9ecae78

View File

@@ -97,15 +97,6 @@
# define BOOST_PYTHON_EXPORT_CLASS_TEMPLATE(instantiation) struct ThIsTyPeNeVeRuSeD
#endif
#if defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730
// Work around a compiler bug.
// boost::python::detail::function has to be seen by the compiler before the
// boost::function class template.
namespace boost { namespace python { namespace detail {
class function;
}}}
#endif
#if (defined(__DECCXX_VER) && __DECCXX_VER <= 60590014)
// Replace broken Tru64/cxx offsetof macro
# define BOOST_PYTHON_OFFSETOF(s_name, s_member) \