[libcxx-commits] [PATCH] D118254: [libc++][NFC] Move some functions from directory_iterator.cpp to filesystem_common.h

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 26 08:16:29 PST 2022


Quuxplusone added a comment.

Did you try moving `remove_all` into `directory_iterator.cpp`, and did that not work for some reason?
(If you're just worried about naming, you could `s/iterator/iteration/`. ;))


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118254/new/

https://reviews.llvm.org/D118254



More information about the libcxx-commits mailing list