malumuc / Publications
Forum
FIXED. Compiler Bug?
A careless substitution resulted in code that I was able to reduce to this: void Test() { bool b; b[ = true; if (b[) { b[ = false; } } 1. the code is compiled without errors. 2. it is executed without error. 3. in the debugger after the assignment b[ is displayed as true. 4. the "if" on