我正在Dev C++中解析我的C++项目的XML文件,并且在rapidxml_iterators.hpp文件中有以下代码:typedefptrdiff_t difference_type;它给了我这些错误bidirectional_iterator_tag' in `std'
ISO C++ forbids declara
if I remove this line it compiles...but I kinda need this line to output to the file在编译时,我得到以下错误:
In file included from ../Engine/include/rapidxml_print.hpp: In instantiation of 'OutIt rapidxml::internal::print_node(OutIt,/E