Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
2.4 violation?
#1
Does the following example violate rule #2.4:
Code:
typedef enum A {
    b
} A;

A c() {
    return b;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)