Aymeric PELLE
Results
2
issues of
Aymeric PELLE
GCC 6.1 (and Clang) complained about typename keyword in node_iterator and attribute_iterator typedefs. Removing typename fix the problem. Pull Request: https://github.com/dwd/rapidxml/pull/6
g++ 6.1 and clang 3.8 indicated the following error: /usr/local/include/rapidxml/rapidxml_iterators.hpp:21:26: error: expected a qualified name after 'typename' typedef typename xml_node value_type; Removing the useless typename solves the problem.