[LLVMdev] Question about SparseMultiSet

Micah Villmow micah.villmow at smachines.com
Fri Jul 26 15:26:22 PDT 2013


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 --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130726/011a015f/attachment.html>


More information about the llvm-dev mailing list