Commit d54f4e1c authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

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

parent a8c5e356
......@@ -77,6 +77,8 @@ struct Accumulator<short> { typedef float Type; };
template<>
struct Accumulator<int> { typedef float Type; };
#undef True
#undef False
class True
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment