Index: boost/property_tree/detail/xml_parser_write.hpp =================================================================== --- boost/property_tree/detail/xml_parser_write.hpp (revision 85073) +++ boost/property_tree/detail/xml_parser_write.hpp (working copy) @@ -35,7 +35,6 @@ const xml_writer_settings & settings ) { - typedef typename std::basic_string Str; if (separate_line) write_xml_indent(stream,indent,settings); stream << Ch('<') << Ch('!') << Ch('-') << Ch('-'); @@ -69,7 +68,6 @@ { typedef typename Ptree::key_type::value_type Ch; - typedef typename std::basic_string Str; typedef typename Ptree::const_iterator It; bool want_pretty = settings.indent_count > 0;