Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you add features like 'directory_iterator'? #29

Open
tangm421 opened this issue Aug 20, 2019 · 1 comment
Open

Can you add features like 'directory_iterator'? #29

tangm421 opened this issue Aug 20, 2019 · 1 comment

Comments

@tangm421
Copy link

I also don't want to use bloated boost in some situations. your code provided a good choice. But can you add the directory_iterator similar boost? I think it's very useful at some times.

tangm421 added a commit to tangm421/filesystem that referenced this issue Aug 29, 2019
@tatsy
Copy link

tatsy commented Jul 20, 2020

I hope the commit by @tangm421 will be merged, which is really useful to avoid using Boost and to use filesystem in legacy C++ environments without C++17.

I also prepared directory_iterator which is more like the definition in STL.
tatsy@5783722
I can make a new PR if my implementation is more helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants