Add 'operator==' for 'basic_collection_iterator'

Alexey Denisov via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 15 13:14:52 PST 2015


Patch adds ‘operator==‘ implementation for ‘basic_collection_iterator’

Motivation:

Swift compiler uses workaround since 'operator==‘ is not implemented.

Driver.cpp:220

  if (!(seqI != seqE))
    return true;



-------------- next part --------------
A non-text attachment was scrubbed...
Name: basic_collection_iterator_operator_equals.patch
Type: application/octet-stream
Size: 688 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151215/1b67023d/attachment.obj>
-------------- next part --------------


--
AlexDenisov
Software Engineer, http://lowlevelbits.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 496 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151215/1b67023d/attachment.sig>


More information about the llvm-commits mailing list