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
