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

previous revision (1.10) of this file restored because http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13530 is fixed

[SVN r21633]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2004-01-12 18:02:28 +00:00
parent 01b25510ff
commit ccd909e98d

View File

@@ -95,7 +95,6 @@ struct rvalue_from_python_data : rvalue_from_python_storage<T>
# if (!defined(__MWERKS__) || __MWERKS__ >= 0x3000) \
&& (!defined(__EDG_VERSION__) || __EDG_VERSION__ >= 245) \
&& (!defined(__DECCXX_VER) || __DECCXX_VER > 60590014) \
&& (!(defined(__GNUC__) && __GNUC__ == 3 && __GNUC_MINOR__ == 4 && __GNUC_PATCHLEVEL__ == 0)) \
&& !defined(BOOST_PYTHON_SYNOPSIS) /* Synopsis' OpenCXX has trouble parsing this */
// This must always be a POD struct with m_data its first member.
BOOST_STATIC_ASSERT(BOOST_PYTHON_OFFSETOF(rvalue_from_python_storage<T>,stage1) == 0);