Re: [PATCH] Three patches for std::experimental::filesystem

2016-10-22 Thread Jonathan Wakely
On 21/10/16 18:01 +0100, Jonathan Wakely wrote: LWG2720 implement filesystem::perms::symlink_nofollow * include/experimental/bits/fs_fwd.h (perms::resolve_symlinks): Replace with symlink_nofollow (LWG 2720). * src/filesystem/ops.cc (permissions(const path&, perms, erro

[PATCH] Three patches for std::experimental::filesystem

2016-10-21 Thread Jonathan Wakely
This implements some DR resolutions for the filesystem lib. Tested x86_64-linux, committed to trunk. commit 03db1baaa50ea8d97b4442fffaae4e68a03eebad Author: Jonathan Wakely Date: Thu Oct 20 19:26:47 2016 +0100 LWG2720 implement filesystem::perms::symlink_nofollow * include/exp