[cfe-commits] r135670 - /cfe/trunk/include/clang/Lex/PreprocessingRecord.h
David Blaikie
dblaikie at gmail.com
Fri Jul 22 08:03:53 PDT 2011
>> For some reason I don't fully comprehend, the MSVC debug build will fail with a huge 50+ lines template error message if PreprocessingRecord::iterator has no operator<()
>>
> Probably some range check in the debug STL.
Most likely - VC2k8 & 2010 have extensive debug iterator checks:
http://msdn.microsoft.com/en-us/library/aa985965.aspx
More information about the cfe-commits
mailing list