From 9b7c4b973e60025ab0fc57b2f26ff062b16716a4 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Wed, 1 Sep 2004 00:02:06 +0000 Subject: [PATCH] fix for solaris git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6186 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/python/std_common.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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