This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/71313] [Filesystem TS] remove_all fails to remove directory contents recursively


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71313

--- Comment #4 from ville at gcc dot gnu.org ---
Author: ville
Date: Mon Jul  4 13:15:10 2016
New Revision: 237980

URL: https://gcc.gnu.org/viewcvs?rev=237980&root=gcc&view=rev
Log:
        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.

Modified:
    branches/gcc-6-branch/libstdc++-v3/ChangeLog
    branches/gcc-6-branch/libstdc++-v3/src/filesystem/ops.cc
   
branches/gcc-6-branch/libstdc++-v3/testsuite/experimental/filesystem/operations/create_directories.cc

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]