Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Does rule #15.3 apply to all blocks or only control blocks?
#1
Suppose I have the following code:
Code:
void f()
{
    {
    goto L1;
    }
    {
L1:
    }
}

Does this code violate rule #15.3?


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)