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
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-beta
_______________________________________________
dmd-beta mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-beta