r268036 - in /trunk/libstdc++-v3: ChangeLog src...

redi@gcc.gnu.org redi@gcc.gnu.org
Thu Jan 17 15:32:00 GMT 2019


Author: redi
Date: Thu Jan 17 15:32:10 2019
New Revision: 268036

URL: https://gcc.gnu.org/viewcvs?rev=268036&root=gcc&view=rev
Log:
Fix filesystem::equivalent for mingw

	* 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.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/src/c++17/fs_ops.cc



More information about the Gcc-cvs mailing list