diff options
author | Steve Huston <shuston@riverace.com> | 2002-06-21 18:37:45 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2002-06-21 18:37:45 +0000 |
commit | 8d72424693898808534d79acb227df9e1e8f3818 (patch) | |
tree | 7fc73daee0bd014cf2111790d1d04e40b520e07b /ace/config-sunos5.5.h | |
parent | 47235c141b1b17d919e6deb872ee2ca283c047c1 (diff) | |
download | ATCD-8d72424693898808534d79acb227df9e1e8f3818.tar.gz |
ChangeLogTag:Fri Jun 21 14:34:51 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/config-sunos5.5.h')
-rw-r--r-- | ace/config-sunos5.5.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/config-sunos5.5.h b/ace/config-sunos5.5.h index f8e76f97267..a884f01dab8 100644 --- a/ace/config-sunos5.5.h +++ b/ace/config-sunos5.5.h @@ -36,11 +36,11 @@ # define ACE_HAS_STD_TEMPLATE_SPECIALIZATION // Note that SunC++ 5.0 doesn't yet appear to support // ACE_HAS_STD_TEMPLATE_METHOD_SPECIALIZATION... - // However, Forte 6 Update 2 does... if this needs to be backed up, + // However, Forte 6 Update 1 does... if this needs to be backed up, // change this to an earlier version. -//# if (__SUNPRO_CC >= 0x530) -//# define ACE_HAS_STD_TEMPLATE_METHOD_SPECIALIZATION -//# endif /* __SUNPRO_CC >= 0x530 */ +# if (__SUNPRO_CC >= 0x520) +# define ACE_HAS_STD_TEMPLATE_METHOD_SPECIALIZATION +# endif /* __SUNPRO_CC >= 0x530 */ # define ACE_HAS_STANDARD_CPP_LIBRARY 1 # define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1 # define ACE_HAS_THR_C_DEST |