Distributor's whishlist and questions for D

David Nadlinger via Digitalmars-d digitalmars-d at puremagic.com
Fri Apr 22 11:46:25 PDT 2016


On Friday, 22 April 2016 at 09:18:48 UTC, Kagamin wrote:
> RMW operations on shared data are deprecated. The template 
> filter on atomicOp is a little different: 
> https://dlang.org/phobos/core_atomic.html#.atomicOp
> Looks like an LDC bug.

Yes, this was indeed an LDC issue. We have our own 
implementation, and apparently missed that the template 
constraint on the DMD version was updated: 
https://github.com/ldc-developers/ldc/pull/1456

  — David


More information about the Digitalmars-d mailing list