summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-01 23:24:28 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-01 23:24:28 +0000
commit2d2d6cb266a3f4416e844b222244fe88296bd979 (patch)
tree9475930dccf32f9964a06313386b4b3cdb521b51 /ace
parentf723617a03bdefaa0b85a908dd4c538a7a00e26a (diff)
downloadATCD-2d2d6cb266a3f4416e844b222244fe88296bd979.tar.gz
removed ACE_LACKS_STL_DEFAULT_TEMPLATE_PARAMETER because it's no longer used
Diffstat (limited to 'ace')
-rw-r--r--ace/README3
-rw-r--r--ace/config-win32-borland.h6
-rw-r--r--ace/config-win32-common.h5
3 files changed, 0 insertions, 14 deletions
diff --git a/ace/README b/ace/README
index d37f213ddb8..de682ebbdd3 100644
--- a/ace/README
+++ b/ace/README
@@ -779,9 +779,6 @@ ACE_LACKS_STREAM_MODULES Compiler can't grok inclusion
HP/UX 10.x with aCC).
ACE_LACKS_STRRCHR Platform/compiler lacks
strrchr () function.
-ACE_LACKS_STL_DEFAULT_TEMPLATE_PARAMETER STL doesn't
- have default parameters (e.g.,
- MSVC 4.2)
ACE_LACKS_SYS_NERR Platforms/compiler lacks the
sys_nerr variable (e.g.,
VxWorks and MVS).
diff --git a/ace/config-win32-borland.h b/ace/config-win32-borland.h
index c5ebad7d8c1..d007b40fd2b 100644
--- a/ace/config-win32-borland.h
+++ b/ace/config-win32-borland.h
@@ -40,12 +40,6 @@
#undef ACE_HAS_STANDARD_CPP_LIBRARY
#endif
#define ACE_HAS_STANDARD_CPP_LIBRARY 0
-
- #ifdef ACE_LACKS_STL_DEFAULT_TEMPLATE_PARAMETER
- #undef ACE_LACKS_STL_DEFAULT_TEMPLATE_PARAMETER
- #endif
- #define ACE_LACKS_STL_DEFAULT_TEMPLATE_PARAMETER 0
-
#endif /* (__BORLANDC__ >= 0x500) */
/*
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h
index 52010b230d4..8db574f5e85 100644
--- a/ace/config-win32-common.h
+++ b/ace/config-win32-common.h
@@ -166,11 +166,6 @@ typedef unsigned __int64 ACE_UINT64;
#undef ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB
#endif /* ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB */
#define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 0
-
- #if defined (ACE_LACKS_STL_DEFAULT_TEMPLATE_PARAMETER)
- #undef ACE_LACKS_STL_DEFAULT_TEMPLATE_PARAMETER
- #endif /* ACE_LACKS_STL_DEFAULT_TEMPLATE_PARAMETER */
- #define ACE_LACKS_STL_DEFAULT_TEMPLATE_PARAMETER 1
#endif /* (_MSC_VER > 1020) */
#endif /* _MSC_VER */