<div dir="ltr"><div class="gmail_extra">On Fri, Mar 22, 2013 at 10:08 AM, John McCall <span dir="ltr"><<a href="mailto:rjmccall@apple.com" target="_blank" class="cremed">rjmccall@apple.com</a>></span> wrote:<br><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Yeah, I think a range<T> that just pairs a begin and end iterator and lets you</div><div>iterate over it with the C++11 for-range syntax would provide roughly 99% of</div>
<div>the utility of the more general thing.</div><div><br></div><div>Do you want to handle this, or should I just sketch out a range with zero bells</div><div>and whistles and commit it?</div></blockquote></div><br>I'd call it an iterator_range<T> to clarify that it's not a fully generic range thing...</div>
</div>