Код: Выделить всё
#include
struct Silly {
char a;
char b;
char c;
};
int main() {
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79423647/why-does-this-3-byte-struct-have-an-alignof-value-of-1[/url]Код: Выделить всё
#include
struct Silly {
char a;
char b;
char c;
};
int main() {
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79423647/why-does-this-3-byte-struct-have-an-alignof-value-of-1[/url]