문제

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/

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top