Ticket #8744: property_tree.patch

File property_tree.patch, 827 bytes (added by Chris Stylianou <chris5287@…>, 9 years ago)
  • boost/property_tree/detail/xml_parser_write.hpp

     
    3535                           const xml_writer_settings<Ch> & settings
    3636                           )
    3737    {
    38         typedef typename std::basic_string<Ch> Str;
    3938        if (separate_line)
    4039            write_xml_indent(stream,indent,settings);
    4140        stream << Ch('<') << Ch('!') << Ch('-') << Ch('-');
     
    6968    {
    7069
    7170        typedef typename Ptree::key_type::value_type Ch;
    72         typedef typename std::basic_string<Ch> Str;
    7371        typedef typename Ptree::const_iterator It;
    7472
    7573        bool want_pretty = settings.indent_count > 0;