From 8d72424693898808534d79acb227df9e1e8f3818 Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Fri, 21 Jun 2002 18:37:45 +0000 Subject: ChangeLogTag:Fri Jun 21 14:34:51 2002 Steve Huston --- ace/config-sunos5.5.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ace/config-sunos5.5.h') 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 -- cgit v1.2.1