|
Boost-Commit : |
From: kbelco_at_[hidden]
Date: 2007-09-18 21:46:13
Author: noel_belcourt
Date: 2007-09-18 21:46:11 EDT (Tue, 18 Sep 2007)
New Revision: 39379
URL: http://svn.boost.org/trac/boost/changeset/39379
Log:
Undo patch of operations.hpp, Sgi wants this fix
but it causes svn trunk to break.
Text files modified:
trunk/boost/filesystem/operations.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/boost/filesystem/operations.hpp
==============================================================================
--- trunk/boost/filesystem/operations.hpp (original)
+++ trunk/boost/filesystem/operations.hpp 2007-09-18 21:46:11 EDT (Tue, 18 Sep 2007)
@@ -225,7 +225,7 @@
# endif
template<class Path>
- unsigned long remove_all_aux( Path & ph );
+ unsigned long remove_all_aux( const Path & ph );
} // namespace detail
@@ -739,7 +739,7 @@
namespace detail
{
template<class Path>
- unsigned long remove_all_aux( Path & ph )
+ unsigned long remove_all_aux( const Path & ph )
{
static const boost::filesystem::basic_directory_iterator<Path> end_itr;
unsigned long count = 1;
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