Boost logo

Boost-Commit :

From: bdawes_at_[hidden]
Date: 2008-04-19 17:13:59


Author: bemandawes
Date: 2008-04-19 17:13:59 EDT (Sat, 19 Apr 2008)
New Revision: 44606
URL: http://svn.boost.org/trac/boost/changeset/44606

Log:
replace_extension -> change_extension name fix [Lothar May]
Text files modified:
   trunk/libs/filesystem/doc/reference.html | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/filesystem/doc/reference.html
==============================================================================
--- trunk/libs/filesystem/doc/reference.html (original)
+++ trunk/libs/filesystem/doc/reference.html 2008-04-19 17:13:59 EDT (Sat, 19 Apr 2008)
@@ -2294,7 +2294,7 @@
   p.leaf()</code>.</p>
 </blockquote>
 <pre>template &lt;class Path&gt;
- Path replace_extension(const Path &amp; p, const typename Path::string_type &amp; new_extension);</pre>
+ Path change_extension(const Path &amp; p, const typename Path::string_type &amp; new_extension);</pre>
 <blockquote>
   <p><i>Postcondition:</i> <code>basename(<i>return_value</i>) == basename(p) &amp;&amp;
   extension(<i>return_value</i>) == new_extension</code> </p>
@@ -3057,7 +3057,7 @@
 <p>Distributed under the Boost Software License, Version 1.0. See
 <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a></p>
 <p>Revised
-<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B %Y" startspan -->18 March 2008<!--webbot bot="Timestamp" endspan i-checksum="27357" --></p>
+<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B %Y" startspan -->19 April 2008<!--webbot bot="Timestamp" endspan i-checksum="28399" --></p>
 
 </body>
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk