Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49481 - trunk/boost/filesystem
From: bdawes_at_[hidden]
Date: 2008-10-29 07:52:07


Author: bemandawes
Date: 2008-10-29 07:52:07 EDT (Wed, 29 Oct 2008)
New Revision: 49481
URL: http://svn.boost.org/trac/boost/changeset/49481

Log:
Filesystem: fix #2224 (Hajo Kirchhoff)
Text files modified:
   trunk/boost/filesystem/path.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/filesystem/path.hpp
==============================================================================
--- trunk/boost/filesystem/path.hpp (original)
+++ trunk/boost/filesystem/path.hpp 2008-10-29 07:52:07 EDT (Wed, 29 Oct 2008)
@@ -203,7 +203,7 @@
       }
 
       basic_path & remove_filename();
- basic_path & replace_extension( const string_type & new_extension = "" );
+ basic_path & replace_extension( const string_type & new_extension = string_type() );
 
 # ifndef BOOST_FILESYSTEM_NO_DEPRECATED
       basic_path & remove_leaf() { return remove_filename(); }


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