- 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

View File

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