Revert "fix "type 'char' cannot be used prior to '::'""

This reverts commit 38557ee632.
This commit is contained in:
John Wiegley 2014-08-27 11:56:07 -05:00
parent 439923368b
commit 4ed6599579

View file

@ -80,7 +80,7 @@ void format_ptree::flush()
switch (format) { switch (format) {
case FORMAT_XML: case FORMAT_XML:
auto indented = property_tree::xml_writer_make_settings<std::string> (' ', 2); property_tree::xml_writer_settings<char> indented(' ', 2);
property_tree::write_xml(out, pt, indented); property_tree::write_xml(out, pt, indented);
out << std::endl; out << std::endl;
break; break;