mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 06:25:33 +08:00
refs #494 Using CValueCachePacket, cache values are given timestamps.
This commit is contained in:
@@ -462,7 +462,7 @@ namespace BlackMisc
|
||||
{
|
||||
if (it1.key() < it2.key()) { ++it1; }
|
||||
else if (it2.key() < it1.key()) { ++it2; }
|
||||
else { functor(it1.key(), it1.value(), it2.value()); ++it1; ++it2; }
|
||||
else { functor(it1.key(), it1.value(), it2); ++it1; ++it2; }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user