==== //3rdparty/tmw/boost/libs/filesystem/src/operations.cpp#7 - /mathworks/devel/sandbox/sudhansg/3p-boostRelease/3p/sources/boost/libs/filesystem/src/operations.cpp ==== 985c985 < copy_symlink(from, to, *ec); --- > detail::copy_symlink(from, to, ec); 989c989 < copy_directory(from, to, *ec); --- > detail::copy_directory(from, to, ec); 993c993 < copy_file(from, to, fs::copy_option::fail_if_exists, *ec); --- > detail::copy_file(from, to, fs::detail::copy_option::fail_if_exists, ec);