added #undef True/False to avoid collision with X11 (Patch #1562)

This commit is contained in:
Vadim Pisarevsky 2012-10-09 16:02:06 +04:00
parent a8c5e35619
commit d54f4e1cfb

View File

@ -77,6 +77,8 @@ struct Accumulator<short> { typedef float Type; };
template<>
struct Accumulator<int> { typedef float Type; };
#undef True
#undef False
class True
{