[lldb-dev] [PATCH] std::vector::data()

Greg Clayton gclayton at apple.com
Tue Jul 20 15:55:03 PDT 2010


Modified version of this patch was submitted with r108957.

Thanks for catching this William.

Greg Clayton

On Jul 20, 2010, at 2:21 PM, William Lynch wrote:

> Hello,
> 
> I've attached a fairly large patch (touches 21 files).
> 
> 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.
> 
> As a side note, should I be submitting these patches to this list or to lldb-commits?
> 
> Thanks!
> <foo.patch>_______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev





More information about the lldb-dev mailing list