Boost C++ Libraries: Ticket #4269: boost filesystem documentation: tutorial uses deprecated functionality https://svn.boost.org/trac10/ticket/4269 <p> On the homepage for the filesystem library, the directory walking example uses the leaf() method, which is later listed as deprecated. See <a href="http://www.boost.org/doc/libs/1_43_0/libs/filesystem/doc/index.htm#tutorial">http://www.boost.org/doc/libs/1_43_0/libs/filesystem/doc/index.htm#tutorial</a> for the directory walking example, and see <a href="http://www.boost.org/doc/libs/1_43_0/libs/filesystem/doc/index.htm#Deprecated-names">http://www.boost.org/doc/libs/1_43_0/libs/filesystem/doc/index.htm#Deprecated-names</a> for the list of deprecated names. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4269 Trac 1.4.3 Steven Watanabe Thu, 27 May 2010 17:26:09 GMT owner, component changed https://svn.boost.org/trac10/ticket/4269#comment:1 https://svn.boost.org/trac10/ticket/4269#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Matias Capeletto</span> to <span class="trac-author">Beman Dawes</span> </li> <li><strong>component</strong> <span class="trac-field-old">Documentation</span> → <span class="trac-field-new">filesystem</span> </li> </ul> Ticket Beman Dawes Mon, 21 Jun 2010 13:21:02 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4269#comment:2 https://svn.boost.org/trac10/ticket/4269#comment:2 <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> I applied a possibly incomplete fix, but the real solution is to move to version 3, which has a completely new tutorial. </p> <p> Thanks, </p> <p> --Beman </p> Ticket