We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff90c9 commit d3bbc0eCopy full SHA for d3bbc0e
1 file changed
include/boost/python/converter/rvalue_from_python_data.hpp
@@ -89,7 +89,7 @@ struct rvalue_from_python_storage
89
template <class T>
90
struct rvalue_from_python_data : rvalue_from_python_storage<T>
91
{
92
-# if !defined(__MWERKS__) || __MWERKS__ >= 0x3000
+# if (!defined(__MWERKS__) || __MWERKS__ >= 0x3000) && (!defined(__EDG_VERSION__) || __EDG_VERSION__ >= 245)
93
// This must always be a POD struct with m_data its first member.
94
BOOST_STATIC_ASSERT(offsetof(rvalue_from_python_storage<T>,stage1) == 0);
95
# endif
0 commit comments