]> granicus.if.org Git - taglib/commitdiff
check SUNPRO_CC version before defining WANT_CLASS_INSTANTIATION_OF_MAP in apetag...
authorRyan Lucchese <ryan.lucchese@write-c.com>
Tue, 30 Jun 2015 18:50:03 +0000 (12:50 -0600)
committerRyan Lucchese <ryan.lucchese@write-c.com>
Tue, 30 Jun 2015 18:50:03 +0000 (12:50 -0600)
taglib/ape/apetag.cpp

index e0c2a24e0c1cfc24c74b6300d60c5abecc4d40b1..7a2b6dda5719778ba97dc2d1903cf830eee0063f 100644 (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