[cfe-commits] r151800 - in /cfe/trunk: include/clang/Basic/DiagnosticLexKinds.td include/clang/Lex/HeaderSearch.h include/clang/Lex/Preprocessor.h lib/Lex/PPDirectives.cpp lib/Lex/Pragma.cpp test/Preprocessor/pragma_microsoft.c

Aaron Ballman aaron at aaronballman.com
Wed Feb 29 21:07:11 PST 2012


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 <mimomorin at gmail.com> 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




More information about the cfe-commits mailing list