[Common] add unsigned long

This commit is contained in:
Ced2911 2013-12-03 16:00:06 +01:00 committed by Unknown W. Brackets
parent 47be01e8b5
commit 1e1a2fec8b

View File

@ -85,6 +85,7 @@ public:
return *this;
}
operator unsigned long() const { return (unsigned long)swap(); }
operator long() const { return (long)swap(); }
operator s8() const { return (s8)swap(); }
operator u8() const { return (u8)swap(); }