id summary reporter owner description type status milestone component version severity resolution keywords cc 4487 filesystem/v2/operations.hpp : create_hard_link should not be exported all the time Jérôme Carretero Beman Dawes "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; " Patches closed Boost 1.44.0 filesystem Boost Development Trunk Problem fixed