summaryrefslogtreecommitdiff
path: root/ACE/tests/Compiler_Features_38_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-03-12 18:19:20 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-03-12 18:19:20 +0100
commit2ea8eaff34b62be1b38c3291779bae72a3dd3e56 (patch)
tree7af2eee749bd69cf4f8edcdb8d1e09767114df94 /ACE/tests/Compiler_Features_38_Test.cpp
parent8ebc1623b063e89a2e3e3b225af7c54dc2c5de2f (diff)
downloadATCD-2ea8eaff34b62be1b38c3291779bae72a3dd3e56.tar.gz
Sun Studio 5.13 and older can't handle this
* ACE/tests/Compiler_Features_38_Test.cpp:
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