diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-16 21:13:56 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-16 21:13:56 +0000 |
commit | 54e2ad1efb003342e5cc5b0b89057761d9306a0d (patch) | |
tree | a0ae2f51be66b2771349a9a292fa7f838fe4893c /ChangeLog-98b | |
parent | 3698d90248c2e4b15d89473e0a398f71ce6b4553 (diff) | |
download | ATCD-54e2ad1efb003342e5cc5b0b89057761d9306a0d.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r-- | ChangeLog-98b | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b index 6b9f24d5ae5..800a685ef78 100644 --- a/ChangeLog-98b +++ b/ChangeLog-98b @@ -1,3 +1,10 @@ +Fri Oct 16 15:45:08 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> + + * ace/[Hash_]Map_Manager: Removed the use of locking for the + iterators. This is totally broken when using STL-style + iterators, so it's better to let users figure out their usecase, + rather than guess wrong and screwing up their code. + Fri Oct 16 14:57:58 1998 Irfan Pyarali <irfan@cs.wustl.edu> * ace/Hash_Map_Manager and Map_Manager: Fixed the operator++ and |