vc6编译tixmlnode时出现运算符重载错误

vc6编译tixmlnode出现错误:
ticpp.h(999) : error C2679: binary '>>' : no operator defined which takes a right-hand operand of type 'class TiXmlNode' (or there is no acceptable conversion)
ticpp.h(1008) : error C2679: binary '<<' : no operator defined which takes a right-hand operand of type 'class TiXmlNode' (or there is no acceptable conversion)

图片说明

但是看代码类class TiXmlNode是有重载运算符<< 和 >>的,去掉其中的宏定义还是编译不过,求帮助

不知道你这个问题是否已经解决, 如果还没有解决的话:

如果你已经解决了该问题, 非常希望你能够分享一下解决方案, 写成博客, 将相关链接放在评论区, 以帮助更多的人 ^-^