Displaying 2 results from an estimated 2 matches for "62c6759a".
2013 Aug 02
0
[LLVMdev] Question about SparseMultiSet
...___
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130802/62c6759a/attachment.html>
2013 Jul 26
2
[LLVMdev] Question about SparseMultiSet
Does anyone know if an insertion invalidates the end() iterator? The documentation in ADT/SparseMultiSet.h mentions that removal only invalidates the iterator of the object being removed, but nothing on insertion. My understanding from reading the code seems to me that it doesn't invalidate it, but I want to make sure as I'm not 100% sure here.
Thanks,
Micah
-------------- next part