2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 18:12:43 +00:00

vc6/7 workaround

[SVN r35164]
This commit is contained in:
Dave Abrahams
2006-09-18 18:25:12 +00:00
parent cee8e07046
commit 41a342f026

View File

@@ -49,7 +49,7 @@ bool check_string_rich_slice()
// value doesn't make any sense.
#define ASSERT_EQUAL( e1, e2 ) \
if ((e1) != (e2)) \
return str("assertion failed: " #e1 " == " #e2 "\nLHS:\n") /*+ str(e1) + "\nRHS:\n" + str(e2)*/; \
return object("assertion failed: " #e1 " == " #e2 "\nLHS:\n") /*+ str(e1) + "\nRHS:\n" + str(e2)*/; \
else
// These tests work with Python 2.2, but you must have Numeric installed.