Ingo Weinhold 3877a7f4a0 AVLTreeMap fixes
* AVLTreeMap::_GetKey(): Change return type from const Key& to Key, so
  the strategy can do that as well and doesn't have have a Key object in
  the node.
* Fix the Auto strategy: It was using the undefined _GetKey() instead
  of GetKey().
2011-07-17 16:55:08 +02:00
..
2010-08-05 11:23:01 +00:00
2011-07-17 13:57:30 +00:00
2011-07-17 16:55:08 +02:00