Re: [PATCH] Backport all Filesystem library fixes from trunk

2016-12-12 Thread Jonathan Wakely
On 12/12/16 14:09 +, Jonathan Wakely wrote: This syncs the std::experimental::filesystem code on gcc-6-branch to match what's on trunk, except that the C++17 std::string_view type doesn't exist on the branch, so the filesystem::path type only supports experimental::string_view. I'm doing it

[PATCH] Backport all Filesystem library fixes from trunk

2016-12-12 Thread Jonathan Wakely
This syncs the std::experimental::filesystem code on gcc-6-branch to match what's on trunk, except that the C++17 std::string_view type doesn't exist on the branch, so the filesystem::path type only supports experimental::string_view. I'm doing it as one big patch, rather than backporting 26 indi