[dmd-beta] dmd 1.063 and 2.048 beta

David Simcha dsimcha at gmail.com
Tue Aug 10 17:58:06 PDT 2010


I just realized now that it only happens with -inline.

On 8/10/2010 8:52 PM, Walter Bright wrote:
>
>
> 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.
>
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>



More information about the dmd-beta mailing list