rapidxml icon indicating copy to clipboard operation
rapidxml copied to clipboard

Remove typename keyword in typedefs.

Open aympelle opened this issue 8 years ago • 0 comments

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.

aympelle avatar Nov 05 '16 02:11 aympelle