From: Jason Shirk (jasonsh_at_[hidden])
Date: 2003-09-09 15:59:02


Mat managed to produce a repro for me. It turns out the problem is
related to the minimal rebuild feature of VC++. The workaround is to
not use minimum rebuild (the switch /Gm). This switch is only used to
improve build times so is quite safe to not use.

Jason Shirk
VC++ Compiler Team