- does this fix the build on Arch Linux?

This commit is contained in:
Mark Vejvoda 2012-05-01 20:22:18 +00:00
parent 8d1300d9a1
commit 35e9577d77
1 changed files with 3 additions and 0 deletions

View File

@ -102,6 +102,9 @@ namespace rapidxml
///////////////////////////////////////////////////////////////////////////
// Internal printing operations
template<class OutIt, class Ch>
inline OutIt print_node(OutIt out, const xml_node<Ch> *node, int flags, int indent);
// Print children of the node
template<class OutIt, class Ch>
inline OutIt print_children(OutIt out, const xml_node<Ch> *node, int flags, int indent)