diff --git a/Lib/python/std_common.i b/Lib/python/std_common.i index 97307b561..af039b981 100644 --- a/Lib/python/std_common.i +++ b/Lib/python/std_common.i @@ -11,7 +11,7 @@ // Here, we identify compilers we now have problems with STL. %{ -#if defined(__SUNPRO_CC) && defined(_RWSTD_VER) +#if defined(__SUNPRO_CC) #define SWIG_STD_NOASSIGN_STL #endif