Opened 11 years ago
Last modified 11 years ago
#5896 assigned Feature Requests
Range directory iterators
Reported by: | Owned by: | Beman Dawes | |
---|---|---|---|
Milestone: | To Be Determined | Component: | filesystem |
Version: | Boost 1.47.0 | Severity: | Problem |
Keywords: | Cc: |
Description
With C++11 now finalized as a standard, and compilers being more compliant every day, it makes sense to have range-based versions of the directory_iterator classes. This would make it much easier to use the range-based for loop, as well as Boost.Range functionality.
Basically, it could just be a couple of helper functions that create a boost::iterator_range<bfs::directory_iterator> instance.
Note:
See TracTickets
for help on using tickets.