<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Oct 17, 2014 at 5:54 PM, Tim Northover <span dir="ltr"><<a href="mailto:t.p.northover@gmail.com" target="_blank">t.p.northover@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> Ah sorry, I misunderstood which bit of code you were pointing at. I'm<br>
> not entirely convinced Windows is correct there, but there's not much<br>
> we can do even if it is wrong. Should be updated in r220115.<br>
<br>
</span>Oh, found the missing link, and Windows is quite right.<br>
[iterator.requirements.general] says dereferencable is equivalent to<br>
*i being valid, and the containers section says v[i] <=> *(v.data() +<br>
i).<br></blockquote><div><br></div><div>Nice. This is where that's different from the C array. :)</div></div></div></div>