summaryrefslogtreecommitdiff
path: root/ace/config-linux-common.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-12 18:30:13 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-12 18:30:13 +0000
commit6525db64e92c9b999c6c40af4f03b996eaa83029 (patch)
treedbe6880fb63c9af95c3fb12f955577b1bd9e8ad8 /ace/config-linux-common.h
parentb54ddd79b4ef7a6b9ad6aa337f9cb6a800f89ebf (diff)
downloadATCD-6525db64e92c9b999c6c40af4f03b996eaa83029.tar.gz
moved ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES to non-egcs portion
Diffstat (limited to 'ace/config-linux-common.h')
-rw-r--r--ace/config-linux-common.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ace/config-linux-common.h b/ace/config-linux-common.h
index fa57ba19f50..c06af4b8e5f 100644
--- a/ace/config-linux-common.h
+++ b/ace/config-linux-common.h
@@ -69,6 +69,8 @@
# define ACE_HAS_ANSI_CASTS
# define ACE_HAS_CPLUSPLUS_HEADERS
# define ACE_HAS_STDCPP_STL_INCLUDES
+#else
+# define ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES
#endif /* EGCS */
@@ -165,9 +167,6 @@
#define ACE_HAS_TEMPLATE_SPECIALIZATION
#define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION
-// Compiler doesn't support static data member templates.
-#define ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES
-
// Turns off the tracing feature.
#if !defined (ACE_NTRACE)
# define ACE_NTRACE 1