[lldb-dev] [PATCH] std::vector::data()
William Lynch
wlynch at wlynch.cx
Tue Jul 20 14:21:46 PDT 2010
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!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20100720/e873dbc1/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: foo.patch
Type: application/octet-stream
Size: 15151 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20100720/e873dbc1/attachment.obj>
More information about the lldb-dev
mailing list