C++ Ranges proposal for the Standard Library

ZombineDev via Digitalmars-d digitalmars-d at puremagic.com
Fri Oct 17 02:17:51 PDT 2014


I saw [this][0] proposal for adding ranges to C++'s standard
library. The [paper][1] looks at D style ranges, but concludes:

> Since iterators can implement D ranges, but D ranges cannot be 
> used to implement iterators, we conclude that iterators form a 
> more powerful and foundational basis.

What do you guys think?

[0]: https://isocpp.org/blog/2014/10/ranges
[1]: https://ericniebler.github.io/std/wg21/D4128.html


More information about the Digitalmars-d mailing list