id summary reporter owner description type status milestone component version severity resolution keywords cc 4709 mistype in filesystem/v3/src/operations.cpp:662 Leonid Gershanovich Beman Dawes "line 659: void copy(const path& from, const path& to, system::error_code* ec) line 661: file_status s(symlink_status(from, *ec)); line '''662''': if (ec != 0 && '''ec''')return; as a result this method always '''exits''' at line '''662''', regardless whether or not 'from' points to the existing file or not." Bugs closed To Be Determined filesystem Boost 1.44.0 Problem fixed copy filesystem3 linux