Actually, I was thinking about this patch. There is probably going to be bad behavior when the vector is empty (and capacity is zero?). Please don't apply this unless data() also has that problem.<div><br></div><div>Thanks,</div>
<div>Bill Lynch<br><br><div class="gmail_quote">On Tue, Jul 20, 2010 at 4:21 PM, William Lynch <span dir="ltr"><<a href="mailto:wlynch@wlynch.cx">wlynch@wlynch.cx</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello,<div><br></div><div>I've attached a fairly large patch (touches 21 files).</div><div><br></div><div>The point of this patch is to remove all calls to std::vector::data() with &std::vector::front(). Apparently on CentOS 5 and Leopard, that method is not part of std::vector.</div>

<div><br></div><div>As a side note, should I be submitting these patches to this list or to lldb-commits?</div><div><br></div><div>Thanks!</div>
</blockquote></div><br></div>