March 29th, 2006, 11:02 am
QuoteOriginally posted by: Toneyes, compiler bug, I often saw it with templates in earlier Microsoft compilers. If you there's no later version, usually best thing is to simplify your code (eg split it up into different files/functions, reduce number of includes) and/or to comment bits out until you find the line(s) of code that are causing the problem and then rewrite those lines of code in a different way. Regards,Agree. I forgot to say that ICE was common in VC++ 6.0. First time I saw it I considered a support contract with MS
Last edited by
Cuchulainn on March 28th, 2006, 10:00 pm, edited 1 time in total.