added #undef True/False to avoid collision with X11 (Patch #1562)
This commit is contained in:
parent
a8c5e35619
commit
d54f4e1cfb
@ -77,6 +77,8 @@ struct Accumulator<short> { typedef float Type; };
|
||||
template<>
|
||||
struct Accumulator<int> { typedef float Type; };
|
||||
|
||||
#undef True
|
||||
#undef False
|
||||
|
||||
class True
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user