summaryrefslogtreecommitdiff
path: root/ace/Array_Map.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-10-03 18:21:05 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-10-03 18:21:05 +0000
commit071bf891d619d69d4177dac52498875cf67a4b4e (patch)
tree0823ba79e4933064c5f4a044d3698bc477fcf6a7 /ace/Array_Map.h
parent578c3ba38db928e919c6b699d5c585ff973a0551 (diff)
downloadATCD-071bf891d619d69d4177dac52498875cf67a4b4e.tar.gz
ChangeLogTag:Mon Oct 3 10:48:23 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/Array_Map.h')
-rw-r--r--ace/Array_Map.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/ace/Array_Map.h b/ace/Array_Map.h
index 96150582a69..5952397aa2e 100644
--- a/ace/Array_Map.h
+++ b/ace/Array_Map.h
@@ -104,9 +104,10 @@ public:
#if ((defined (_MSC_VER) && (_MSC_VER <= 1200)) || \
(defined (_MSC_VER) && !defined (_CPPLIB_VER)))
// MSVC++ 6 doesn't define a standard's compliant reverse_iterator,
- // also the latest Platform SDK's don't do this. It seems when there
- // is no _CPPLIB_VER defined, then we can assume also that the SDK is
- // old
+ // also the latest Platform SDK's don't do this.
+ //
+ // It seems when there is no _CPPLIB_VER defined, then we can assume
+ // also that the SDK is old.
typedef std::reverse_iterator<iterator, value_type> reverse_iterator;
typedef std::reverse_iterator<const_iterator,
value_type const> const_reverse_iterator;