summaryrefslogtreecommitdiff
path: root/ace/config-sunos5.5.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-04-07 04:03:54 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-04-07 04:03:54 +0000
commit6231242895559414ec6b6b79d56f0a524eef1fb0 (patch)
tree77a55ade758562c3bc0ea1b516cc8d43837c3c1e /ace/config-sunos5.5.h
parent2671533360a3d3a39617970e49c1dbcf8bc1d9c3 (diff)
downloadATCD-6231242895559414ec6b6b79d56f0a524eef1fb0.tar.gz
ChangeLogTag:Thu Apr 6 07:29:48 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/config-sunos5.5.h')
-rw-r--r--ace/config-sunos5.5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-sunos5.5.h b/ace/config-sunos5.5.h
index e752b6eaa6e..9d80a32857e 100644
--- a/ace/config-sunos5.5.h
+++ b/ace/config-sunos5.5.h
@@ -21,7 +21,6 @@
# define ACE_HAS_ANSI_CASTS
# if (__SUNPRO_CC >= 0x500)
// Sun C++ 5.0 supports the `using' and `typename' keywords.
-# define ACE_HAS_USING_KEYWORD
# define ACE_HAS_TYPENAME_KEYWORD
/* Explicit instantiation requires the -instances=explicit
CCFLAG. It seems to work for the most part, except for:
@@ -34,6 +33,7 @@
// If -compat=4 is turned on, the old 4.2 settings for iostreams are used,
// but the newer, explicit instantiation is used (above)
# if (__SUNPRO_CC_COMPAT >= 5)
+# define ACE_HAS_USING_KEYWORD
# define ACE_HAS_STD_TEMPLATE_SPECIALIZATION
// Note that SunC++ 5.0 doesn't yet appear to support
// ACE_HAS_STD_TEMPLATE_METHOD_SPECIALIZATION...