У меня есть этот код: // size probably 4 bytes struct NotPacked { uint16_t first; uint8_t second;...
GCC docs говорит : Вы можете указывать атрибут упакованного атрибута только в определении...
Существующий код: typedef unsigned int uint; Class A { union xReg { uint allX; struct { uint x3 :...