On 4/13/2023 5:59 PM, Richard (Rikki) Andrew Cattermole wrote: > - Remove ``shared(T)`` > - Add ``atomic(T)`` so that ``a++;`` works, rather than a failure mode (like > -preview=nosharedaccess introduces, or having to cast away shared). That looks like the way C11 does it.