Код: Выделить всё
struct A {
long x;
long y;
A() = default;
};
int main() {
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79880987/why-struct-of-2-long-variables-is-not-lock-free[/url]Код: Выделить всё
struct A {
long x;
long y;
A() = default;
};
int main() {
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79880987/why-struct-of-2-long-variables-is-not-lock-free[/url]