[PATCH] D47942: [SmallSet] Add SmallSetIterator.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 13 09:21:48 PDT 2018


fhahn added a comment.

The windows bots have surfaced another problem: set<T>::const_iterator is not trivially copy constructible... Not sure how to best work around that yet.


Repository:
  rL LLVM

https://reviews.llvm.org/D47942





More information about the llvm-commits mailing list