[PATCH] Make __wrap_iter work with gcc
Marshall Clow
mclow.lists at gmail.com
Tue Jan 27 10:11:24 PST 2015
================
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/
More information about the cfe-commits
mailing list