diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-10-15 06:52:29 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-10-15 06:52:29 +0000 |
commit | 358485350c144c664f31308d4d4f9dda57fc0ddf (patch) | |
tree | 5dd43994c57f6b501d159dfc3c4deb9f5e00b7e6 /tests | |
parent | 4412a56d167d4e7315f0f8e923ae73cb93cf7caf (diff) | |
download | ATCD-358485350c144c664f31308d4d4f9dda57fc0ddf.tar.gz |
ChangeLogTag: Fri Oct 15 06:52:23 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Vector_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Vector_Test.cpp b/tests/Vector_Test.cpp index 61b3d0b9f50..6ca974c548d 100644 --- a/tests/Vector_Test.cpp +++ b/tests/Vector_Test.cpp @@ -23,7 +23,7 @@ ACE_RCSID(tests, Vector_Test, "$Id$") #include "ace/Vector_T.h" typedef size_t DATA; -#if defined (__BORLANDC__) && (__BORLANDC__ <= 0x564) +#if defined (__BORLANDC__) && (__BORLANDC__ <= 0x570) // Borland C++ Builder 6 and earlier don't handle the second template // argument correctly. We have to pass it explicitly typedef ACE_Vector<DATA, ACE_VECTOR_DEFAULT_SIZE> VECTOR; |