Author: faridz
Date: Wed Mar 14 10:13:34 2007
New Revision: 518222
URL: http://svn.apache.org/viewvc?view=rev&rev=518222
Log:
2007-03-14 Farid Zaripov <[EMAIL PROTECTED]>
STDCXX-16
* _tree.cc (operator=): Added missing assignment of the _C_cmp member.
Modified:
incubator/stdcxx/trunk/include/rw/_tree.cc
Modified: incubator/stdcxx/trunk/include/rw/_tree.cc
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/include/rw/_tree.cc?view=diff&rev=518222&r1=518221&r2=518222
==============================================================================
--- incubator/stdcxx/trunk/include/rw/_tree.cc (original)
+++ incubator/stdcxx/trunk/include/rw/_tree.cc Wed Mar 14 10:13:34 2007
@@ -72,6 +72,7 @@
_C_end->_C_child [1] = _C_node_t::_C_max (_C_end->_C_parent);
}
_C_size = __x._C_size;
+ _C_cmp = __x._C_cmp;
}
return *this;
}