fs_ops.cc
35.9 KB
-
Fix filesystem::equivalent for mingw · 16d46c7b
* src/c++17/fs_ops.cc (equivalent(const path&, const path&, error_code&)) [_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Use GetFileInformationByHandle to compare files instead of relying on incomplete info returned by stat. From-SVN: r268036
Jonathan Wakely committed