rapidxml icon indicating copy to clipboard operation
rapidxml copied to clipboard

typename problem

Open aympelle opened this issue 8 years ago • 0 comments

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

aympelle avatar Nov 08 '16 15:11 aympelle