2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 05:02:17 +00:00

Patches for CWPro8.3

[SVN r15735]
This commit is contained in:
Dave Abrahams
2002-10-05 16:45:37 +00:00
parent 30d9331079
commit 33f139e516

View File

@@ -180,7 +180,7 @@ namespace api
// there is a confirmed CWPro8 codegen bug here. We prevent the
// early destruction of a temporary by binding a named object
// instead.
# if __MWERKS__ < 0x3000 || __MWERKS__ > 0x3002
# if __MWERKS__ < 0x3000 || __MWERKS__ > 0x3003
typedef object const& object_cref2;
# else
typedef object const object_cref2;