atomic variables and orderingIf I have int x; atomic<bool> y; then in thread one if (!y) { x = 23; y = true; } ...
This user does not accept Private Messages