Finally replaced the ">" with "<" in LifetimeTracker
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@140 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
032435692c
commit
f0620e3c6e
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ namespace Loki
|
|||
static bool Compare(const LifetimeTracker* lhs,
|
||||
const LifetimeTracker* rhs)
|
||||
{
|
||||
return lhs->longevity_ > rhs->longevity_;
|
||||
return lhs->longevity_ < rhs->longevity_;
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue