2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 18:52:26 +00:00

workaround for CWPro7.2

[SVN r14372]
This commit is contained in:
Dave Abrahams
2002-07-09 15:20:18 +00:00
parent c1f8ae662f
commit c7225a059f

View File

@@ -89,8 +89,10 @@ struct rvalue_from_python_storage
template <class T>
struct rvalue_from_python_data : rvalue_from_python_storage<T>
{
# if !defined(__MWERKS__) || __MWERKS__ >= 0x3000
// This must always be a POD struct with m_data its first member.
BOOST_STATIC_ASSERT(offsetof(rvalue_from_python_storage<T>,stage1) == 0);
# endif
// The usual constructor
rvalue_from_python_data(rvalue_from_python_stage1_data const&);