Boost C++ Libraries: Ticket #6097: wrong filesystem::path::stem() and ..::extension() documentation https://svn.boost.org/trac10/ticket/6097 <p> At <a href="http://www.boost.org/doc/libs/1_47_0/libs/filesystem/v3/doc/reference.html">http://www.boost.org/doc/libs/1_47_0/libs/filesystem/v3/doc/reference.html</a> we can see that path::stem is declared as </p> <pre class="wiki">path stem(const path&amp; p) const; </pre><p> while in reality it does not take any arguments. </p> <p> Same problem with extension(). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6097 Trac 1.4.3 anonymous Wed, 15 Aug 2012 20:13:21 GMT owner, component changed https://svn.boost.org/trac10/ticket/6097#comment:1 https://svn.boost.org/trac10/ticket/6097#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