================ Comment at: include/iterator:1116 @@ -1115,1 +1115,3 @@ +template <class _Tp, class _Alloc> class vector; + template <class _Iter> ---------------- There's also a friend decl for `basic_string` in `__wrap_iter`; why don't we need a fwd declaration for that as well?
(because it's a compiler bug?) http://reviews.llvm.org/D7201 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
