summaryrefslogtreecommitdiff
path: root/ace/config-sunos5.5.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-11-04 04:06:36 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-11-04 04:06:36 +0000
commit471d255af872e80449218be94412456303fd6a75 (patch)
tree9dba4af4a50193867c04e3e0afd58ff8dce0ccfd /ace/config-sunos5.5.h
parentdcc4abccc7b5cde87926c3ee9e242c7f10e855dc (diff)
downloadATCD-471d255af872e80449218be94412456303fd6a75.tar.gz
ChangeLogTag:Mon Nov 3 22:11:24 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'ace/config-sunos5.5.h')
-rw-r--r--ace/config-sunos5.5.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/config-sunos5.5.h b/ace/config-sunos5.5.h
index d558f71457e..fa8d7719cc8 100644
--- a/ace/config-sunos5.5.h
+++ b/ace/config-sunos5.5.h
@@ -35,13 +35,14 @@
# if (__SUNPRO_CC_COMPAT >= 5)
# define ACE_HAS_USING_KEYWORD
# define ACE_HAS_STD_TEMPLATE_SPECIALIZATION
-# define ACE_HAS_STD_TEMPLATE_CLASS_MEMBER_SPECIALIZATION
# define ACE_HAS_TEMPLATE_TYPEDEFS
// Note that SunC++ 5.0 doesn't yet appear to support
+ // @@todo: is anyone using CC 5.0 at all?
// ACE_HAS_STD_TEMPLATE_METHOD_SPECIALIZATION...
// However, Forte 6 Update 1 does... if this needs to be backed up,
// change this to an earlier version.
# if (__SUNPRO_CC >= 0x520)
+# define ACE_HAS_STD_TEMPLATE_CLASS_MEMBER_SPECIALIZATION
# define ACE_HAS_STD_TEMPLATE_METHOD_SPECIALIZATION
# endif /* __SUNPRO_CC >= 0x530 */
# define ACE_HAS_STANDARD_CPP_LIBRARY 1