Boost C++ Libraries: Ticket #3528: filesystem reference says both "void remove" and "bool remove" https://svn.boost.org/trac10/ticket/3528 <p> <a href="http://www.boost.org/doc/libs/1_40_0/libs/filesystem/doc/reference.html#Operations-functions">http://www.boost.org/doc/libs/1_40_0/libs/filesystem/doc/reference.html#Operations-functions</a> States template &lt;class Path&gt; void remove(const Path&amp; p, system::error_code &amp; ec = singular ); </p> <p> while looking higher up in the documentation, the same remove function is documented as: template &lt;class Path&gt; bool remove(const Path&amp; p); </p> <p> This seems like mismatch in the documentation. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3528 Trac 1.4.3 Beman Dawes Tue, 10 Nov 2009 19:45:49 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3528#comment:1 https://svn.boost.org/trac10/ticket/3528#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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/57554" title="Filesystem: Fix #3528. Return type is bool.">[57554]</a>) Filesystem: Fix <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3528" title="#3528: Bugs: filesystem reference says both &#34;void remove&#34; and &#34;bool remove&#34; (closed: fixed)">#3528</a>. Return type is bool. </p> Ticket