This declaration does compile: enum x;
But what is it? Is it an equivalent of enum x { } ? What in the specification allows this looking a nonsense enum x; ?
This declaration does compile: enum x;
But what is it? Is it an equivalent of enum x { } ? What in the specification allows this looking a nonsense enum x; ?