Boost C++ Libraries: Ticket #10408: Unused typedef warning in ini_parser::write_ini() https://svn.boost.org/trac10/ticket/10408 <p> Also present in 1.56.0. </p> <pre class="wiki">/myprefix/include/boost/property_tree/ini_parser.hpp: In function 'void boost::property_tree::ini_parser::write_ini(std::basic_ostream&lt;typename Ptree::key_type::value_type&gt;&amp;, const Ptree&amp;, 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&lt;Ch&gt; Str; ^ </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10408 Trac 1.4.3 Sebastian Redl Fri, 23 Jan 2015 13:24:26 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/10408#comment:1 https://svn.boost.org/trac10/ticket/10408#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Fixed as a side-effect of the refactoring in commit 2463e8732ef031b66629a8d0f0e90be24d0e3e3c. </p> Ticket