F
Francois Grieu
Hi, is this valid?
enum{f,g=f};
The problem (if any) is that the value for g references f,
which is defined in an enum not yet completed.
TIA,
Francois Grieu
enum{f,g=f};
The problem (if any) is that the value for g references f,
which is defined in an enum not yet completed.
TIA,
Francois Grieu