Merge pull request #629 from RyanLucchese/rl-fix-class-instantiation-solstudio

check SUNPRO_CC version before using Map workaround
This commit is contained in:
Tsuda Kageyu 2015-11-18 17:22:25 +09:00
commit 978a5f0a27

View File

@ -23,7 +23,7 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#ifdef __SUNPRO_CC
#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