Ticket #6617: remove_all.diff
File remove_all.diff, 573 bytes (added by , 11 years ago) |
---|
-
operations.cpp
old new 368 368 if (ec != 0) ec->clear(); 369 369 return false; 370 370 } 371 371 372 372 if (type == fs::directory_file 373 373 # ifdef BOOST_WINDOWS_API 374 || type == fs::_detail_directory_symlink 374 || type == fs::_detail_directory_symlink || type == fs::reparse_file 375 375 # endif 376 376 ) 377 377 { 378 378 if (error(!remove_directory(p), p, ec, "boost::filesystem::remove")) 379 379 return false; 380 380 }