报错消息如下:
./rapidxml/rapidxml_print.hpp:158:23: error: call to function ‘print_pi_node’ that is neither visible in the template definition nor found by argument-dependent lookup
out = print_pi_node(out, node, flags, indent);
这个是在llvm上问题函数函数在声明前被调用的问题,详细的解释参考如下链接
http://clang.llvm.org/compatibility.html#dep_lookup