I have legacy messaging code implemented with a huge if/else if/else if block .... When I wanted to add a new else block, Visual Studio 2010 had an “internal compiler error”.
Do you know if defined by the C ++ standard or a certain maximum number of else ? If an implementation is defined, where can I find the maximum number for Visual Studio 2010?
For historical reasons, I cannot change the code, even if the implementation ... is not very wise.
Felics
source share