Question

I am trying to decide if I can start using Range based algorithms in the code. If it is more likely for it to be part of c++ standard, I can use it from boost in new code. Though it looks much better than iterators, it might make it difficult for others to review and contribute to the project. I didn't find in the list of papers here. http://www.meetingcpp.com/

Was it helpful?

Solution

There's still a lot of discussion and work going on around ranges.

http://isocpp.org/blog/2013/01/update-from-the-ranges-study-group

It's unlikely that the existing boost ranges will be standardized in their current form. But that doesn't mean that you shouldn't go ahead and use the existing, available tools to improve your own programs.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top