--- /cygdrive/f/boost_1_48_0/libs/filesystem/v3/src/operations.cpp 2011-10-09 17:54:09.000000000 +0400 +++ operations.cpp 2012-02-26 00:58:08.454993000 +0400 @@ -368,13 +368,13 @@ if (ec != 0) ec->clear(); return false; } if (type == fs::directory_file # ifdef BOOST_WINDOWS_API - || type == fs::_detail_directory_symlink + || type == fs::_detail_directory_symlink || type == fs::reparse_file # endif ) { if (error(!remove_directory(p), p, ec, "boost::filesystem::remove")) return false; }