mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[10874] Update ACE to v5.8.3
(based on zergtmn's repo commit 3a8c259) (based on zergtmn's repo commit 946c1a8) Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
c38c876b1d
commit
b8d773091a
343 changed files with 3060 additions and 7431 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// $Id: RB_Tree.cpp 81768 2008-05-23 12:45:54Z sma $
|
||||
// $Id: RB_Tree.cpp 91813 2010-09-17 07:52:52Z johnnyw $
|
||||
|
||||
#ifndef ACE_RB_TREE_CPP
|
||||
#define ACE_RB_TREE_CPP
|
||||
|
|
@ -1076,7 +1076,7 @@ ACE_RB_Tree<EXT_ID, INT_ID, COMPARE_KEYS, ACE_LOCK>::remove_i (ACE_RB_Tree_Node<
|
|||
y->color (z->color ());
|
||||
z->color (yColor);
|
||||
|
||||
//Reassign the y pointer to z because the node that y points to will be
|
||||
//Reassign the y pointer to z because the node that y points to will be
|
||||
//deleted
|
||||
y = z;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue