$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r80163 - in trunk/libs/filesystem/doc: . src
From: bdawes_at_[hidden]
Date: 2012-08-23 17:07:24
Author: bemandawes
Date: 2012-08-23 17:07:23 EDT (Thu, 23 Aug 2012)
New Revision: 80163
URL: http://svn.boost.org/trac/boost/changeset/80163
Log:
Remove spurious path::make_absolute() signature from synopsis - it was removed from class path in 2010 in favor of absolute() non-member operational function.
Text files modified: 
   trunk/libs/filesystem/doc/reference.html  |     3 +--                                     
   trunk/libs/filesystem/doc/src/source.html |     1 -                                       
   2 files changed, 1 insertions(+), 3 deletions(-)
Modified: trunk/libs/filesystem/doc/reference.html
==============================================================================
--- trunk/libs/filesystem/doc/reference.html	(original)
+++ trunk/libs/filesystem/doc/reference.html	2012-08-23 17:07:23 EDT (Thu, 23 Aug 2012)
@@ -707,7 +707,6 @@
         
         // modifiers
         void  clear();
-        path& make_absolute(const path& base);
         path& make_preferred();  // ISO/IEC 9945: no effect. Windows: convert slashes to backslashes
         path& remove_filename();
         path& replace_extension(const path& new_extension = path());
@@ -3498,7 +3497,7 @@
 </font>
 <a href="http://www.boost.org/LICENSE_1_0.txt"><font size="2">www.boost.org/LICENSE_1_0.txt</font></a></p>
 <p><font size="2">Revised
-<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B %Y" startspan -->09 August 2012<!--webbot bot="Timestamp" endspan i-checksum="31334" --></font></p>
+<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B %Y" startspan -->23 August 2012<!--webbot bot="Timestamp" endspan i-checksum="31324" --></font></p>
 
 
 </body></html>
\ No newline at end of file
Modified: trunk/libs/filesystem/doc/src/source.html
==============================================================================
--- trunk/libs/filesystem/doc/src/source.html	(original)
+++ trunk/libs/filesystem/doc/src/source.html	2012-08-23 17:07:23 EDT (Thu, 23 Aug 2012)
@@ -831,7 +831,6 @@
         
         // modifiers
         void  clear();
-        path& make_absolute(const path& base);
         path& make_preferred();
         path& remove_filename();
         path& replace_extension(const path& new_extension = path());