r241438 - in /trunk/libstdc++-v3: ChangeLog src...
redi@gcc.gnu.org
redi@gcc.gnu.org
Sat Oct 22 11:42:00 GMT 2016
Author: redi
Date: Sat Oct 22 11:42:16 2016
New Revision: 241438
URL: https://gcc.gnu.org/viewcvs?rev=241438&root=gcc&view=rev
Log:
Ignore perms::symlink_nofollow on non-symlinks
* src/filesystem/ops.cc (permissions(const path&, perms, error_code&)):
Ignore symlink_nofollow flag if file is not a symlink.
* testsuite/experimental/filesystem/operations/permissions.cc: Test
symlink_nofollow on non-symlinks.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/src/filesystem/ops.cc
trunk/libstdc++-v3/testsuite/experimental/filesystem/operations/permissions.cc
More information about the Libstdc++-cvs
mailing list