add operator > < == to EmptyType

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@724 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-10-16 10:38:02 +00:00
parent e4b5d8357f
commit df24bcb2c0
2 changed files with 19 additions and 9 deletions

View file

@ -754,15 +754,6 @@ namespace Loki
}
}
bool operator==(const EmptyType&, const EmptyType&)
{
return true;
}
bool operator<(const EmptyType&, const EmptyType&)
{
return false;
}
} // namespace Loki