Edwin Leuven wrote: > Lars Gullik Bjønnes wrote: >> | - if (str.length() > 2 and str[0] == '0' && >> | + if (str.length() > 2 && str[0] == '0' && >> >> I think this should we reverted, this is only working around buggy >> compilers. We don't need that in our sources. > > that buggy compiler is msvc2005, so it may be better to keep it in... >
#include <iso646.h> -- Peter Kümmel
