Subject: [Boost-bugs] [Boost C++ Libraries] #10408: Unused typedef warning in ini_parser::write_ini()
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-08-27 08:08:06
#10408: Unused typedef warning in ini_parser::write_ini()
------------------------------+---------------------------
Reporter: jaak+boost@⦠| Owner: cornedbee
Type: Bugs | Status: new
Milestone: To Be Determined | Component: property_tree
Version: Boost 1.55.0 | Severity: Problem
Keywords: |
------------------------------+---------------------------
Also present in 1.56.0.
{{{
/myprefix/include/boost/property_tree/ini_parser.hpp: In function 'void
boost::property_tree::ini_parser::write_ini(std::basic_ostream<typename
Ptree::key_type::value_type>&, const Ptree&, int)':
/myprefix/include/boost/property_tree/ini_parser.hpp:222:39: warning:
typedef 'Str' locally defined but not used [-Wunused-local-typedefs]
typedef std::basic_string<Ch> Str;
^
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10408> 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:16 UTC