We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d9331 commit 33f139eCopy full SHA for 33f139e
1 file changed
include/boost/python/object_core.hpp
@@ -180,7 +180,7 @@ namespace api
180
// there is a confirmed CWPro8 codegen bug here. We prevent the
181
// early destruction of a temporary by binding a named object
182
// instead.
183
-# if __MWERKS__ < 0x3000 || __MWERKS__ > 0x3002
+# if __MWERKS__ < 0x3000 || __MWERKS__ > 0x3003
184
typedef object const& object_cref2;
185
# else
186
typedef object const object_cref2;
0 commit comments