汽车门户网站 源码,企业管理咨询服务合同模板,室内设计师接单网,雅虎网站提交在linux#xff08;gcc#xff09;下使用qt写入xml出错#xff0c;代码如下#xff1a; 错误如图#xff1a;这里写图片描述 在网上找了好久没有找到答案#xff0c;最后在http://stackoverflow.com/questions/14113923/rapidxml-print-header-has-undefined-methods找到…在linuxgcc下使用qt写入xml出错代码如下 错误如图这里写图片描述 在网上找了好久没有找到答案最后在http://stackoverflow.com/questions/14113923/rapidxml-print-header-has-undefined-methods找到了答案在rapidxml_print.hpp的第104行以后加上一些内容就好
templateclass OutIt, class Ch
inline OutIt print_children(OutIt out, const xml_nodeCh *node, int flags, int indent);templateclass OutIt, class Ch
inline OutIt print_attributes(OutIt out, const xml_nodeCh *node, int flags);templateclass OutIt, class Ch
inline OutIt print_data_node(OutIt out, const xml_nodeCh *node, int flags, int indent);templateclass OutIt, class Ch
inline OutIt print_cdata_node(OutIt out, const xml_nodeCh *node, int flags, int indent);templateclass OutIt, class Ch
inline OutIt print_element_node(OutIt out, const xml_nodeCh *node, int flags, int indent);templateclass OutIt, class Ch
inline OutIt print_declaration_node(OutIt out, const xml_nodeCh *node, int flags, int indent);templateclass OutIt, class Ch
inline OutIt print_comment_node(OutIt out, const xml_nodeCh *node, int flags, int indent);templateclass OutIt, class Ch
inline OutIt print_doctype_node(OutIt out, const xml_nodeCh *node, int flags, int indent);templateclass OutIt, class Ch
inline OutIt print_pi_node(OutIt out, const xml_nodeCh *node, int flags, int indent); 原文链接http://stackoverflow.com/questions/14113923/rapidxml-print-header-has-undefined-methods rapidxml版本是1.1.3