changed SUNPRO_CC version check to first check if SUNPRO_CC is defined

This commit is contained in:
Ryan Lucchese 2015-06-30 13:23:25 -06:00
parent 00b2f6a386
commit 6d0712c8df

View File

@ -23,7 +23,7 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#if __SUNPRO_CC < 0x5130
#if defined(__SUNPRO_CC) && (__SUNPRO_CC < 0x5130)
// Sun Studio finds multiple specializations of Map because
// it considers specializations with and without class types
// to be different; this define forces Map to use only the