]> git.pld-linux.org Git - packages/boost.git/blob - boost-1.54.0-property_tree-unused_typedef.patch
05158efe8244605fbdf7eb7026b6a631f4cc1760
[packages/boost.git] / boost-1.54.0-property_tree-unused_typedef.patch
1 diff -urp boost_1_54_0-orig/boost/property_tree/detail/xml_parser_write.hpp boost_1_54_0/boost/property_tree/detail/xml_parser_write.hpp
2 --- boost_1_54_0-orig/boost/property_tree/detail/xml_parser_write.hpp   2013-07-23 00:47:43.731888449 +0200
3 +++ boost_1_54_0/boost/property_tree/detail/xml_parser_write.hpp        2013-07-23 00:50:40.597960319 +0200
4 @@ -35,7 +35,6 @@ namespace boost { namespace property_tre
5                             const xml_writer_settings<Ch> & settings
6                             )
7      {
8 -        typedef typename std::basic_string<Ch> Str;
9          if (separate_line)
10              write_xml_indent(stream,indent,settings);
11          stream << Ch('<') << Ch('!') << Ch('-') << Ch('-');
12 @@ -69,7 +68,6 @@ namespace boost { namespace property_tre
13      {
14  
15          typedef typename Ptree::key_type::value_type Ch;
16 -        typedef typename std::basic_string<Ch> Str;
17          typedef typename Ptree::const_iterator It;
18  
19          bool want_pretty = settings.indent_count > 0;
This page took 0.887334 seconds and 2 git commands to generate.