summaryrefslogtreecommitdiff
path: root/ACE/ace/config-lite.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2006-10-24 06:24:47 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2006-10-24 06:24:47 +0000
commit8e47a41f5e505dbe24554eff15cb0db03088a32b (patch)
tree071eac237e7831cfb75e8a6de19ee16c7c638750 /ACE/ace/config-lite.h
parente081cc0c89caa573629c0a1c613ca25e84ad3e53 (diff)
downloadATCD-8e47a41f5e505dbe24554eff15cb0db03088a32b.tar.gz
ChangeLogTag:Mon Oct 23 02:28:42 UTC 2006 Ossama Othman <ossama_othman at symantec dot com>
Diffstat (limited to 'ACE/ace/config-lite.h')
-rw-r--r--ACE/ace/config-lite.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/config-lite.h b/ACE/ace/config-lite.h
index 2b0a6080009..e36f2c525a5 100644
--- a/ACE/ace/config-lite.h
+++ b/ACE/ace/config-lite.h
@@ -156,7 +156,7 @@ ACE_END_VERSIONED_NAMESPACE_DECL
# define ACE_DECLARE_STL_REVERSE_ITERATORS \
typedef std::reverse_iterator<iterator> reverse_iterator; \
typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
-#endif /* _MSC_VER <= 1200 */
+#endif /* _MSC_VER && !_CPPLIB_VER */
#include /**/ "ace/post.h"