summaryrefslogtreecommitdiff
path: root/ACE/tests/Compiler_Features_38_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Compiler_Features_38_Test.cpp')
-rw-r--r--ACE/tests/Compiler_Features_38_Test.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/ACE/tests/Compiler_Features_38_Test.cpp b/ACE/tests/Compiler_Features_38_Test.cpp
index 31a02190573..73c40644253 100644
--- a/ACE/tests/Compiler_Features_38_Test.cpp
+++ b/ACE/tests/Compiler_Features_38_Test.cpp
@@ -15,6 +15,11 @@
# define ACE_DISABLE_TEST
#endif
+// Sun Studio 5.13 and older can't handle this construct
+#if defined (__SUNPRO_CC) && (__SUNPRO_CC <= 0x5130)
+# define ACE_DISABLE_TEST
+#endif
+
#if !defined (ACE_DISABLE_TEST)
template <typename T>
class Foo_T