Added mostneg and mostpos for my custom bool type, to get cgtest05 to compile
This commit is contained in:
parent
00a617150e
commit
0eadc2302c
|
@ -128,6 +128,10 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
//Let's assume bool is an unsigned byte:
|
||||||
|
#define occam_mostneg_tockBool 0
|
||||||
|
#define occam_mostpos_tockBool 255
|
||||||
|
|
||||||
class tockBool
|
class tockBool
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user