rapidxml
rapidxml copied to clipboard
Remove typename keyword in typedefs.
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<Ch> value_type; Removing the useless typename solves the problem.