Displaying 2 results from an estimated 2 matches for "06f71bae".
2017 Oct 01
2
Is ArrayRef supposed to be immutable?
It wraps a constant T* and a size_t, so I'm surprised std::sort works. It
shouldn't.
On Sep 30, 2017 5:22 PM, "Daniel Berlin via llvm-dev" <
llvm-dev at lists.llvm.org> wrote:
It seems like ArrayRefs are supposed to be immutable (
However, as far as i can tell, the iterators are defined wrong to make this
true.
While
ArrayRef<int> Foo(Something);
Foo[0] = 5;
will
2017 Oct 01
2
Is ArrayRef supposed to be immutable?
..._________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171001/06f71bae/attachment.html>