>> 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
