Skip to content

Commit 33f139e

Browse files
committed
Patches for CWPro8.3
[SVN r15735]
1 parent 30d9331 commit 33f139e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/boost/python/object_core.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ namespace api
180180
// there is a confirmed CWPro8 codegen bug here. We prevent the
181181
// early destruction of a temporary by binding a named object
182182
// instead.
183-
# if __MWERKS__ < 0x3000 || __MWERKS__ > 0x3002
183+
# if __MWERKS__ < 0x3000 || __MWERKS__ > 0x3003
184184
typedef object const& object_cref2;
185185
# else
186186
typedef object const object_cref2;

0 commit comments

Comments
 (0)