Here's another one that compiles on 2.047 but not on 2.048. This one's a reduced test case from attempting to compile ParallelFuture.

import std.algorithm;

pragma(msg, typeof(reduce!"a + b"([1,2,3])));

test9.d(3): Error: forward reference to inferred return type of function call reduce([1,2,3])

I've gotten to the point where I think std.algorithm really needs to just be reverted until the relevant compiler issues are fixed. If std.algorithm contains several regressions in this release, then this release will just be flat out unusable for me and probably for several other people.

On 8/10/2010 7:11 PM, Walter Bright wrote:
New beta. Fixes OSX bug and filter bug.

Walter Bright wrote:

http://ftp.digitalmars.com/dmd2beta.zip

_______________________________________________
dmd-beta mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-beta


_______________________________________________
dmd-beta mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-beta

Reply via email to