您的位置:首页 > Web前端 > Node.js

rapidxml 在mac下的编译error: call to function 'print_pi_node' that is neither visible in the template def

2015-04-13 22:22 766 查看
报错消息如下:

./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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐