EricWF added a comment.
@mclow.lists Could you update this diff with more context?
https://reviews.llvm.org/D33550
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
mclow.lists added inline comments.
Comment at: include/iterator:1409
-private:
+// private:
#if _LIBCPP_DEBUG_LEVEL >= 2
This is testing debris - making the constructors public for testing.
https://reviews.llvm.org/D33550
_
mclow.lists created this revision.
`__wrap_iter` is an internal libc++ class that is used as an iterator type when
(for some reason) we don't want to use raw pointers as an iterator. It is the
iterator type for `vector` and `string` (but not `array` - not sure why). If we
used pointers, all th