|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r65954 - trunk/libs/filesystem/v3/src
From: bdawes_at_[hidden]
Date: 2010-10-14 09:42:31
Author: bemandawes
Date: 2010-10-14 09:42:29 EDT (Thu, 14 Oct 2010)
New Revision: 65954
URL: http://svn.boost.org/trac/boost/changeset/65954
Log:
POSIX fix missed in prior commit
Text files modified:
trunk/libs/filesystem/v3/src/operations.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/filesystem/v3/src/operations.cpp
==============================================================================
--- trunk/libs/filesystem/v3/src/operations.cpp (original)
+++ trunk/libs/filesystem/v3/src/operations.cpp 2010-10-14 09:42:29 EDT (Thu, 14 Oct 2010)
@@ -464,7 +464,7 @@
inline fs::file_type query_file_type(const path& p, error_code* ec)
{
- return fs::symlink_status(p, ec).type();
+ return fs::detail::symlink_status(p, ec).type();
}
# else
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