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