You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
tangm421
added a commit
to tangm421/filesystem
that referenced
this issue
Aug 29, 2019
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.
I also don't want to use bloated
boost
in some situations. your code provided a good choice. But can you add thedirectory_iterator
similarboost
? I think it's very useful at some times.The text was updated successfully, but these errors were encountered: