[dmd-beta] dmd 1.063 and 2.048 beta

Walter Bright walter at digitalmars.com
Tue Aug 10 17:52:43 PDT 2010



David Simcha wrote:
> Still no go:
>
> import std.algorithm;
>
> void main() {
>     auto arr = [1,2,3,4,5];
>     auto m = map!"a + 1"(filter!"a < 4"(arr));
> }
>
> d:\dmd2\windows\bin\..\..\src\phobos\std\algorithm.d(776): Error: 
> function std.algorithm.Map!(result,Filter).Map.save cannot get frame 
> pointer to filter

I don't get that error. It compiles and runs for me.



More information about the dmd-beta mailing list