On 22.07.2011 11:41, Sebastian Redl wrote: > On 21.07.2011 08:26, Francois Pichet wrote: >> Author: fpichet >> Date: Thu Jul 21 01:26:00 2011 >> New Revision: 135670 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=135670&view=rev >> Log: >> 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. In any case, MSVC is fully > justified in complaining, since the iterator declares itself to be > random-access, and operator< is a requirement of that category. > ... aaaand I should finish reading my emails before replying to any.
Sebastian _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
