summaryrefslogtreecommitdiff
path: root/ACE/ace/config-lite.h
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-15 20:11:01 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-15 20:11:01 +0000
commitc17ec26e845d510e73b98f0f0e6e7ca459009a20 (patch)
tree5969db29b7be01d50ebcf3f29a122a81076ebcc2 /ACE/ace/config-lite.h
parent8fe6e134479b6121ba1ace382029c77a6a862c60 (diff)
downloadATCD-c17ec26e845d510e73b98f0f0e6e7ca459009a20.tar.gz
ChangeLogTag: Wed Nov 15 19:08:39 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'ACE/ace/config-lite.h')
-rw-r--r--ACE/ace/config-lite.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/ACE/ace/config-lite.h b/ACE/ace/config-lite.h
index e36f2c525a5..343ae136ca1 100644
--- a/ACE/ace/config-lite.h
+++ b/ACE/ace/config-lite.h
@@ -122,9 +122,11 @@ ACE_END_VERSIONED_NAMESPACE_DECL
// Once all C++ compilers support the standard reverse_iterator
// adapters, we can drop this generator macro or at least drop the
// MSVC++ or Sun Studio preprocessor conditional blocks.
-#if defined (__SUNPRO_CC) && __SUNPRO_CC <= 0x580
- // We need to ensure that this is included in order to test
- // _RWSTD_NO_CLASS_PARTIAL_SPEC below
+#if defined (__SUNPRO_CC) && __SUNPRO_CC <= 0x580 \
+ && !defined (_STLPORT_VERSION)
+ // If we're not using the stlport4 C++ library (which has standard
+ // iterators), we need to ensure this is included in order to test
+ // the _RWSTD_NO_CLASS_PARTIAL_SPEC feature test macro below.
# include <Cstd/stdcomp.h>
#endif /* __SUNPRO_CC <= 0x580 */
#if defined (_MSC_VER) && !defined (_CPPLIB_VER)