summaryrefslogtreecommitdiff
path: root/ACE/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ChangeLog')
-rw-r--r--ACE/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 1eb1dabcdf1..71c028b1fa3 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,12 @@
+Mon Jan 14 16:14:11 UTC 2008 James H. Hill <hillj@isis.vanderbilt.edu>
+
+ * tests/STL_algorithm_Test_T.cpp:
+
+ Changed the std::for_each functor object to an actual class
+ that will count the number of elements handled. It would
+ be nice to eventually validate that the number of elements
+ handled is equal to the number of elements in the container.
+
Mon Jan 14 14:06:33 UTC 2008 James H. Hill <hillj@isis.vanderbilt.edu>
* tests/Hash_Map_Manager_Test.cpp: