On 04/07/16 15:31 +0300, Ville Voutilainen wrote:
On 4 July 2016 at 15:27, Ville Voutilainen wrote:
Tested on Linux-x64.
2016-07-04 Ville Voutilainen
PR libstdc++/71313
* src/filesystem/ops.cc (remove_all(const path&, error_code&)):
Call remove_all for children of a directory.
On 4 July 2016 at 15:27, Ville Voutilainen wrote:
> Tested on Linux-x64.
>
> 2016-07-04 Ville Voutilainen
>
> PR libstdc++/71313
> * src/filesystem/ops.cc (remove_all(const path&, error_code&)):
> Call remove_all for children of a directory.
> * testsuite/experimental/filesystem
Tested on Linux-x64.
2016-07-04 Ville Voutilainen
PR libstdc++/71313
* src/filesystem/ops.cc (remove_all(const path&, error_code&)):
Call remove_all for children of a directory.
* testsuite/experimental/filesystem/operations/create_directories.cc:
Adjust.
diff --git a/libst