您的位置:首页 > 产品设计 > UI/UE

[ISSUE]Call to function 'print_children' that is neither visible in the template definition nor found by argument-dependent lookup

2014-05-27 10:29 525 查看
http://clang.llvm.org/compatibility.html#dep_lookup

在使用rapidxml进行保存时

rapidxml::xml_document<> doc;

std::ofstream out(filepath);

out >> doc;

提示错误:

Call to function 'print_children' that is neither visible in the template definition nor found by argument-dependent lookup

... 'print_element_node' ...

... 'print_data_node' ...

... 'print_cdata_node' ...

... 'print_declaration_node' ...

... 'print_comment_node' ...

... 'print_doctype_node' ...

没有前置申明

似乎与编译配置有关,后面再仔细研究下
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐