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<>
|
template<>
|
||||||
struct Accumulator<int> { typedef float Type; };
|
struct Accumulator<int> { typedef float Type; };
|
||||||
|
|
||||||
|
#undef True
|
||||||
|
#undef False
|
||||||
|
|
||||||
class True
|
class True
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user