fix for solaris

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6186 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-09-01 00:02:06 +00:00
commit b975622328

View file

@ -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