Enums in packed data

In reply to Thomas Kruse:

No. If you are referring to the text in 7.2.1 Packed structures, a enum has a base type that is a packed type, such as int.

And yes, there is a loophole in the strong typing if you declare an enum inside another packed type, you can assign it directly with an integral value.