diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-04 17:48:51 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-04 17:48:51 +0000 |
commit | fe668544784c030b488f8c392851452f6e439bf2 (patch) | |
tree | 770d0d0d28a9570a0476bb0cf5d07a1927cbf187 /ChangeLog-99b | |
parent | fffcb816cda4892937e9fae3ea61560c6846a637 (diff) | |
download | ATCD-fe668544784c030b488f8c392851452f6e439bf2.tar.gz |
ChangeLogTag:Sun Jul 4 12:34:24 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ChangeLog-99b')
-rw-r--r-- | ChangeLog-99b | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b index 29d0a47f02f..9f9e654668e 100644 --- a/ChangeLog-99b +++ b/ChangeLog-99b @@ -1,3 +1,13 @@ +Sun Jul 4 12:34:24 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> + + * ace/RB_Tree.cpp: Modified Carlo's change so that we add an + extra set of parens rather than using a new macro. This is + consistent with how we deal with this problem in other parts of + ACE. + + * ace/RB_Tree.cpp (insert_i): Removed an unreachable statement. + Thanks to David Levine for reporting this. + Sat Jul 3 22:12:07 1999 Carlos O'Ryan <coryan@cs.wustl.edu> * ace/Object_Manager.cpp (get_singleton_lock): |