Subject: [Boost-bugs] [Boost C++ Libraries] #4487: filesystem/v2/operations.hpp : create_hard_link should not be exported all the time
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-07-29 14:06:14
#4487: filesystem/v2/operations.hpp : create_hard_link should not be exported all
the time
-----------------------------------------------------+----------------------
Reporter: Jérôme Carretero <cJ-boost@â¦> | Owner: bemandawes
Type: Patches | Status: new
Milestone: Boost 1.44.0 | Component: filesystem
Version: Boost Development Trunk | Severity: Problem
Keywords: |
-----------------------------------------------------+----------------------
Here is a patch :
diff --git a/boost/filesystem/v2/operations.hpp
b/boost/filesystem/v2/operations.hpp
index 9bd35cd..3b43fe9 100644
--- a/boost/filesystem/v2/operations.hpp
+++ b/boost/filesystem/v2/operations.hpp
@@ -1190,3 +1190,5 @@ namespace boost
using filesystem2::create_directory;
+#if defined(BOOST_FS_HARD_LINK)
using filesystem2::create_hard_link;
+#endif
using filesystem2::create_symlink;
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4487> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:04 UTC