Boost logo

Boost-Commit :

From: bdawes_at_[hidden]
Date: 2007-11-08 09:25:10


Author: bemandawes
Date: 2007-11-08 09:25:09 EST (Thu, 08 Nov 2007)
New Revision: 40932
URL: http://svn.boost.org/trac/boost/changeset/40932

Log:
Clarify comment
Text files modified:
   trunk/boost/filesystem/operations.hpp | 3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)

Modified: trunk/boost/filesystem/operations.hpp
==============================================================================
--- trunk/boost/filesystem/operations.hpp (original)
+++ trunk/boost/filesystem/operations.hpp 2007-11-08 09:25:09 EST (Thu, 08 Nov 2007)
@@ -80,7 +80,8 @@
       character_file,
       fifo_file,
       socket_file,
- type_unknown // file does exist, but isn't one of the above types
+ type_unknown // file does exist, but isn't one of the above types or
+ // we don't have strong enough permission to find its type
     };
 
     class file_status


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