From f0620e3c6e7b99b2bc3c35e7b470e9260d48e246 Mon Sep 17 00:00:00 2001 From: aandrei Date: Wed, 22 Sep 2004 20:30:44 +0000 Subject: [PATCH] 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 --- Reference/Singleton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reference/Singleton.h b/Reference/Singleton.h index 9e62151..a04a984 100644 --- a/Reference/Singleton.h +++ b/Reference/Singleton.h @@ -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: