check SUNPRO_CC version before defining WANT_CLASS_INSTANTIATION_OF_MAP in apetag.cpp - causes problems on newer Solaris Studio compiler

This commit is contained in:
Ryan Lucchese 2015-06-30 12:50:03 -06:00
parent e90b5e5f2f
commit 00b2f6a386

View File

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