...
SEI CERT C++ Coding Standard | VOID MSC20-CPP. Do not use a switch statement to transfer control into a complex block |
ISO/IEC TR 24731-1:2007 | |
MISRA C:2012 | Rule 16.2 (required) |
...
[ISO/IEC 9899:2011] | Subclause 6.8.6.1, "The goto Statement" |
[Duff 1988] | Tom Duff on Duff's Device |
...