Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r65371 - in trunk: boost/filesystem/v2 libs/filesystem/v3/test/msvc
From: bdawes_at_[hidden]
Date: 2010-09-10 08:51:02


Author: bemandawes
Date: 2010-09-10 08:51:00 EDT (Fri, 10 Sep 2010)
New Revision: 65371
URL: http://svn.boost.org/trac/boost/changeset/65371

Log:
Fix #4487 V2 create_hard_link problem with old Windows SDK
Text files modified:
   trunk/boost/filesystem/v2/operations.hpp | 2 ++
   trunk/libs/filesystem/v3/test/msvc/filesystem-v3.sln | 4 ++++
   2 files changed, 6 insertions(+), 0 deletions(-)

Modified: trunk/boost/filesystem/v2/operations.hpp
==============================================================================
--- trunk/boost/filesystem/v2/operations.hpp (original)
+++ trunk/boost/filesystem/v2/operations.hpp 2010-09-10 08:51:00 EDT (Fri, 10 Sep 2010)
@@ -1188,7 +1188,9 @@
     using filesystem2::copy_file;
     using filesystem2::copy_option;
     using filesystem2::create_directory;
+# if !defined(BOOST_WINDOWS_API) || defined(BOOST_FS_HARD_LINK)
     using filesystem2::create_hard_link;
+# endif
     using filesystem2::create_symlink;
     using filesystem2::current_path;
     using filesystem2::directory_entry;

Modified: trunk/libs/filesystem/v3/test/msvc/filesystem-v3.sln
==============================================================================
--- trunk/libs/filesystem/v3/test/msvc/filesystem-v3.sln (original)
+++ trunk/libs/filesystem/v3/test/msvc/filesystem-v3.sln 2010-09-10 08:51:00 EDT (Fri, 10 Sep 2010)
@@ -92,6 +92,8 @@
                 {FFD738F7-96F0-445C-81EA-551665EF53D1} = {FFD738F7-96F0-445C-81EA-551665EF53D1}
         EndProjectSection
 EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "enable_if_test", "enable_if_test\enable_if_test.vcproj", "{03FC7556-1052-45FF-A162-90D595713EAB}"
+EndProject
 Global
         GlobalSection(SolutionConfigurationPlatforms) = preSolution
                 Debug|Win32 = Debug|Win32
@@ -162,6 +164,8 @@
                 {F9F236A2-8B57-415A-8397-7145144400F5}.Debug|Win32.Build.0 = Debug|Win32
                 {F9F236A2-8B57-415A-8397-7145144400F5}.Release|Win32.ActiveCfg = Release|Win32
                 {F9F236A2-8B57-415A-8397-7145144400F5}.Release|Win32.Build.0 = Release|Win32
+ {03FC7556-1052-45FF-A162-90D595713EAB}.Debug|Win32.ActiveCfg = Debug|Win32
+ {03FC7556-1052-45FF-A162-90D595713EAB}.Release|Win32.ActiveCfg = Release|Win32
         EndGlobalSection
         GlobalSection(SolutionProperties) = preSolution
                 HideSolutionNode = FALSE


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