summaryrefslogtreecommitdiff
path: root/ACE/ace/config-lite.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2014-11-13 11:36:14 +0000
committerSteve Huston <shuston@riverace.com>2014-11-13 11:36:14 +0000
commitcb0014221a154935f2d39887f57a29b39ef31b07 (patch)
treef17c8e66da51443eca0e3d845d4313da76b589e7 /ACE/ace/config-lite.h
parentb69be02939ce0945480a81486c0d987cda26032d (diff)
downloadATCD-cb0014221a154935f2d39887f57a29b39ef31b07.tar.gz
ChangeLogTag:Thu Nov 13 11:31:37 UTC 2014 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/ace/config-lite.h')
-rw-r--r--ACE/ace/config-lite.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/config-lite.h b/ACE/ace/config-lite.h
index 05559daa877..b000a20e77c 100644
--- a/ACE/ace/config-lite.h
+++ b/ACE/ace/config-lite.h
@@ -116,7 +116,7 @@ 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 <= 0x5120 \
+#if defined (__SUNPRO_CC) && __SUNPRO_CC <= 0x5130 \
&& !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
@@ -131,7 +131,7 @@ ACE_END_VERSIONED_NAMESPACE_DECL
typedef std::reverse_iterator<iterator, value_type> reverse_iterator; \
typedef std::reverse_iterator<const_iterator, \
value_type const> const_reverse_iterator;
-#elif defined (__SUNPRO_CC) && __SUNPRO_CC <= 0x5120 \
+#elif defined (__SUNPRO_CC) && __SUNPRO_CC <= 0x5130 \
&& defined (_RWSTD_NO_CLASS_PARTIAL_SPEC)
# define ACE_DECLARE_STL_REVERSE_ITERATORS \
typedef std::reverse_iterator<iterator, \