Synopsis: | Do not use goto |
Language: | C++ |
Severity Level: | 7 |
Category: | Control Flow |
Description: |
The ISC++ rule is adapted to clarify that the goto statement is never allowed, as is explained in ISC++. This implies that labels are only allowed in switch statements. |