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:
@@ -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
|
||||
};
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user