...
GCC 4.4.3 compiles this into an infinite loop.
Compliant Solution (For
...
Loop)
This compliant solution prevents any out-of-bounds arithmetic on the enumeration type.
...
...
GCC 4.4.3 compiles this into an infinite loop.
...
This compliant solution prevents any out-of-bounds arithmetic on the enumeration type.
...