
2 Jun
2005
2 Jun
'05
5:35 p.m.
Howard Hinnant wrote:
I've found a workaround for my current application: using finite state machines as filters. Can I conclude from your statement about the internal compiler that the problem also exists in CodeWarrior 9.5, so that I should use TESTED_AT(0x3206) to guard my workaround?
I haven't specifically tested CW 9.5. But my best guess is that this won't be corrected until __MWERKS__ >= 0x4000.
I got my answer this morning from the regression reports: CW 9.5 needs the workaround too. Thanks again.
-Howard
Jonathan