2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 05:42:30 +00:00

CW workaround

[SVN r16393]
This commit is contained in:
Dave Abrahams
2002-11-24 21:45:09 +00:00
parent a77a835694
commit 31b8b58de9

View File

@@ -49,6 +49,11 @@ struct BOOST_PYTHON_DECL registration
// The unique to_python converter for the associated C++ type.
to_python_function_t m_to_python;
# if defined(__MWERKS__) && __MWERKS__ <= 0x3003
private:
void operator=(registration); // This is not defined, and just keeps MWCW happy.
# endif
};
//