mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-20 19:45:40 +02:00
SunStudio 12.3 support: variadic macros
This commit is contained in:
@@ -123,8 +123,10 @@
|
||||
// Oracle Solaris Studio
|
||||
#ifdef __SUNPRO_CC
|
||||
|
||||
#define CATCH_INTERNAL_CONFIG_VARIADIC_MACROS
|
||||
#define CATCH_INTERNAL_SUNPRO_CC_NON_COMPLIANT_STL
|
||||
// OK with __SUNPRO_CC 0x5120
|
||||
# if __SUNPRO_CC == 0x5100 // Oracle Solaris Studio version 12.1
|
||||
# define CATCH_INTERNAL_SUNPRO_CC_NON_COMPLIANT_STL
|
||||
# endif
|
||||
|
||||
#endif // __SUNPRO_CC
|
||||
|
Reference in New Issue
Block a user