[Boost-bugs] [Boost C++ Libraries] #8744: Unused Str alias in xml_parser_write.hpp

Subject: [Boost-bugs] [Boost C++ Libraries] #8744: Unused Str alias in xml_parser_write.hpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-06-28 10:20:10


#8744: Unused Str alias in xml_parser_write.hpp
-------------------------------------+---------------------------
 Reporter: mloskot | Owner: cornedbee
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: property_tree
  Version: Boost Development Trunk | Severity: Problem
 Keywords: |
-------------------------------------+---------------------------
 There are number of places in
 boost/property_tree/detail/xml_parser_write.hpp with

 {{{
 typedef typename std::basic_string<Ch> Str;
 }}}

 but without use of ''Str'' in following code.
 This leads to annoying compilation warnings.

 Is it possible to remove those lines?

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/8744>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:13 UTC