Correct -- I've already fixed it. MSVC is kinder about templates than other compilers.
~Aaron On Wed, Feb 29, 2012 at 11:02 PM, Michel Morin <[email protected]> wrote: >> --- cfe/trunk/include/clang/Lex/HeaderSearch.h (original) >> +++ cfe/trunk/include/clang/Lex/HeaderSearch.h Wed Feb 29 22:18:49 2012 >> […] >> @@ -217,6 +220,25 @@ >> […] >> + llvm::StringMap<std::pair<StringRef,bool>>::const_iterator iter = > > I got the following error. > error: a space is required between consecutive right angle brackets (use '> > >') > > > Michel _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
