Revert "fix "type 'char' cannot be used prior to '::'""
This reverts commit 38557ee632.
This commit is contained in:
parent
439923368b
commit
4ed6599579
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue