[D-runtime] [D-Programming-Language/druntime] 54ed84: pure and/or nothrow in core.atomic.
Jonathan M Davis
jmdavisProg at gmx.com
Thu May 10 17:37:21 PDT 2012
On Thursday, May 10, 2012 17:40:34 Brad Roberts wrote:
> This seems to have turned the auto-tester into a number of pretty shades
> of red, all remarkably similar.
I don't have access to the latest build where I am at the moment, but my guess
is that the problem is that putting pure and nothrow on the right-hand side of
the functions didn't work right when the .di files were generated. I remember
having issues with that in core.time. I _always_ put those on the right, but I
was forced to put them on the left in core.time due to bugs in the automatic
.di generation.
- Jonathan M Davis
More information about the D-runtime
mailing list