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:
parent
e4b5d8357f
commit
df24bcb2c0
2 changed files with 19 additions and 9 deletions
|
@ -754,15 +754,6 @@ namespace Loki
|
|||
}
|
||||
}
|
||||
|
||||
bool operator==(const EmptyType&, const EmptyType&)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
bool operator<(const EmptyType&, const EmptyType&)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
} // namespace Loki
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue